Skip to content

Commit 3c3d411

Browse files
committed
Removed extraneous return
1 parent 6f9d658 commit 3c3d411

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ void updateViewport(int width, int height) {
4444
gluOrtho2D(0, 1, 0, 1);
4545

4646
glMatrixMode(GL_MODELVIEW);
47-
return 0;
4847
}
4948

5049
/**

0 commit comments

Comments
 (0)