Godzil 3 år sedan
förälder
incheckning
db63367807
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      source/main.c

+ 2 - 2
source/main.c

@@ -113,8 +113,8 @@ void update()
     previousFrameTime = SDL_GetTicks();
 
     mesh.rotation.x += 0.01;
-    mesh.rotation.y += 0.01;
-    mesh.rotation.z += 0.01;
+    //mesh.rotation.y += 0.01;
+    //mesh.rotation.z += 0.01;
 
     arrayEmpty(projectedTriangles);