1
0

Remove unused comment

This commit is contained in:
otya128
2016-12-04 20:12:07 +09:00
parent 2f7a8fedf1
commit 3b1193ee80

View File

@@ -620,9 +620,7 @@ class PetitComputer
} }
chScreen(0, 240, 400, 240); chScreen(0, 240, 400, 240);
} }
//glColor3f(1.0, 1.0, 1.0);
glMatrixMode(GL_MODELVIEW); glMatrixMode(GL_MODELVIEW);
//glLoadIdentity();
} }
version(test) glLoadIdentity(); version(test) glLoadIdentity();
version(test) glRotatef(rot_test_deg, rot_test_x, rot_test_y, rot_test_z); version(test) glRotatef(rot_test_deg, rot_test_x, rot_test_y, rot_test_z);