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 6f9d658 commit 3c3d411Copy full SHA for 3c3d411
src/main.cpp
@@ -44,7 +44,6 @@ void updateViewport(int width, int height) {
44
gluOrtho2D(0, 1, 0, 1);
45
46
glMatrixMode(GL_MODELVIEW);
47
- return 0;
48
}
49
50
/**
0 commit comments