From 5119beb058ca3749787e39eaa19fec04e806da8d Mon Sep 17 00:00:00 2001 From: Dan Cojocaru Date: Sun, 5 Jun 2022 14:59:33 +0300 Subject: [PATCH] Remove unneeded comment --- src/maze.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/maze.cpp b/src/maze.cpp index df41851..d4c0ef2 100644 --- a/src/maze.cpp +++ b/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,