We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a52286 commit ec3899fCopy full SHA for ec3899f
1.2-hello-triangle/src/main.cpp
@@ -42,7 +42,7 @@ int main ()
42
#endif
43
44
// 创建窗口
45
- GLFWwindow* window = glfwCreateWindow(WIDTH, HEIGHT, "hello window", NULL, NULL);
+ GLFWwindow* window = glfwCreateWindow(WIDTH, HEIGHT, "hello triangle", NULL, NULL);
46
if (window == NULL)
47
{
48
cout << "Failed to create GLFW window" << endl;
0 commit comments