aboutsummaryrefslogtreecommitdiff
path: root/src/glfww.c
diff options
context:
space:
mode:
authoramy <[email protected]>2023-04-18 19:28:29 -0500
committeramy <[email protected]>2023-04-18 19:28:29 -0500
commit4930a32c4409d8825ac4fbb54595e473f6242cd8 (patch)
tree122f000104762b503d03ecb42bee4888321cc47b /src/glfww.c
parent11564889bbdde63d445227df4f2dd4e77ae9f9fb (diff)
better logging, less leaks i think
Diffstat (limited to 'src/glfww.c')
-rw-r--r--src/glfww.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glfww.c b/src/glfww.c
index 91bf7cd..3203bcd 100644
--- a/src/glfww.c
+++ b/src/glfww.c
@@ -25,6 +25,7 @@ GLFWwindow* glfw_init(){
int w,h;
glfwGetFramebufferSize(window,&w,&h);
glViewport(0,0,w,h);
+ info("yay:D i made a window uwu");
return window;
/*
while(!glfwWindowShouldClose(window)){