From 3b1193ee804bfbbf93a606922190989759f26f4b Mon Sep 17 00:00:00 2001 From: otya128 Date: Sun, 4 Dec 2016 20:12:07 +0900 Subject: [PATCH] Remove unused comment --- SMILEBASIC/petitcomputer.d | 2 -- 1 file changed, 2 deletions(-) diff --git a/SMILEBASIC/petitcomputer.d b/SMILEBASIC/petitcomputer.d index 4e9ddb2..bc636f2 100644 --- a/SMILEBASIC/petitcomputer.d +++ b/SMILEBASIC/petitcomputer.d @@ -620,9 +620,7 @@ class PetitComputer } chScreen(0, 240, 400, 240); } - //glColor3f(1.0, 1.0, 1.0); glMatrixMode(GL_MODELVIEW); - //glLoadIdentity(); } version(test) glLoadIdentity(); version(test) glRotatef(rot_test_deg, rot_test_x, rot_test_y, rot_test_z);