Skip to content

Commit ec3899f

Browse files
committed
窗口名称修改
1 parent 0a52286 commit ec3899f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.2-hello-triangle/src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main ()
4242
#endif
4343

4444
// 创建窗口
45-
GLFWwindow* window = glfwCreateWindow(WIDTH, HEIGHT, "hello window", NULL, NULL);
45+
GLFWwindow* window = glfwCreateWindow(WIDTH, HEIGHT, "hello triangle", NULL, NULL);
4646
if (window == NULL)
4747
{
4848
cout << "Failed to create GLFW window" << endl;

0 commit comments

Comments
 (0)