Formatting.

This commit is contained in:
Camilla Berglund
2011-09-20 18:52:00 +02:00
parent 554bf5d321
commit 6da82e0ffe
6 changed files with 7 additions and 22 deletions
-2
View File
@@ -132,8 +132,6 @@ int main(int argc, char** argv)
glClear(GL_COLOR_BUFFER_BIT);
glColor3f(1.f, 1.f, 1.f);
glLoadIdentity();
glTranslatef(0.25f, 0.25f, 0.f);
glRotatef(time, 0.f, 0.f, 1.f);