1
0
Fork 0
mirror of https://codeberg.org/kbruen/y3s2-gui-project.git synced 2025-02-22 17:19:37 +02:00

Remove unneeded comment

This commit is contained in:
Kenneth Bruen 2022-06-05 14:59:33 +03:00
parent d92154db83
commit 5119beb058
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1

View file

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