Fixed VC++ warnings.

This commit is contained in:
Camilla Berglund
2013-03-08 14:19:40 +01:00
parent 6a7dbfee29
commit 3897a174b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ int main(void)
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glRotatef(glfwGetTime() * 50.f, 0.f, 0.f, 1.f);
glRotatef((float) glfwGetTime() * 50.f, 0.f, 0.f, 1.f);
glBegin(GL_TRIANGLES);
glColor3f(1.f, 0.f, 0.f);