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