aboutsummaryrefslogtreecommitdiff
path: root/src/glfww.c
diff options
context:
space:
mode:
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)){