TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 222 forks source link

Update window.cpp #2

Closed svercl closed 9 years ago

svercl commented 9 years ago

Use "glfwSetFramebufferSizeCallback" instead of "glfwSetWindowSizeCallback" (http://www.glfw.org/docs/latest/window.html#window_fbsize)

TheCherno commented 9 years ago

Fixed in Ep. 20.