We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7fa8d commit e804d8cCopy full SHA for e804d8c
src/main.cpp
@@ -51,6 +51,7 @@ int updateViewport(int width, int height) {
51
gluOrtho2D(0, 1, 1, 0);
52
53
glMatrixMode(GL_MODELVIEW);
54
+ return 0;
55
}
56
57
std::pair<int, int> windowToGameCoords(int x, int y) {
0 commit comments