chore: update title bar
This commit is contained in:
parent
86e8775158
commit
319f1c4224
@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.27)
|
||||
project(HelloTriangle)
|
||||
project(HelloAstro)
|
||||
|
||||
# Define platform-specific paths and libraries
|
||||
if(WIN32)
|
||||
|
@ -109,7 +109,7 @@ int main()
|
||||
if (!glfwInit())
|
||||
return -1;
|
||||
|
||||
GLFWwindow* window = glfwCreateWindow(640, 480, "Hello Triangle", NULL, NULL);
|
||||
GLFWwindow* window = glfwCreateWindow(640, 480, "Hello Astro", NULL, NULL);
|
||||
if (!window)
|
||||
{
|
||||
glfwTerminate();
|
||||
|
Loading…
x
Reference in New Issue
Block a user