feat: rename application

This commit is contained in:
Cat Flynn 2024-08-18 00:10:20 +01:00
parent 2059b4ed16
commit 129d65c31e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ void clearInput()
int main()
{
GLFWwindow* window = nullptr;
if (initGraphics(&window, "Hello Astro") != 0)
if (initGraphics(&window, "skeingl") != 0)
return -1;
GLuint litProgram = compileShaderProgram("./frag_lit.glsl");