diff --git a/examples/test.c b/examples/test.c index 2a521e9..272eeba 100644 --- a/examples/test.c +++ b/examples/test.c @@ -1,7 +1,7 @@ #include int main() { - Window window = create_window(800, 600, "gearlib"); + Window window = create_window(800, 600, "test"); glfwSwapInterval(0); // fps unlock enable_debugging(); setup_textures(); diff --git a/examples/textures.c b/examples/textures.c index 6d70d9e..e8b75a0 100644 --- a/examples/textures.c +++ b/examples/textures.c @@ -1,7 +1,7 @@ #include int main() { - Window window = create_window(800, 600, "gearlib"); + Window window = create_window(800, 600, "textures"); glfwSwapInterval(0); // fps unlock setup_textures();