Browse Source

Remove unneeded comment

master
Kenneth Bruen 2 years ago
parent
commit
5119beb058
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 1
      src/maze.cpp

1
src/maze.cpp

@ -31,7 +31,6 @@ void MazeScreen::display() {
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
//configures the camera with the position_x and position_z variables
gluLookAt(
posX,
0,

Loading…
Cancel
Save