Agnis Aldiņš "NeZvērs пре 2 месеци
родитељ
комит
fa9653d179
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/core/core_3d_fps_controller.c

+ 1 - 1
examples/core/core_3d_fps_controller.c

@@ -102,7 +102,7 @@ int main(void)
             player.position.y + (BOTTOM_HEIGHT + headLerp),
             player.position.z,
     };
-    UpdateCameraAngle(&camera, &lookRotation, headTimer, walkLerp, lean);
+    UpdateCameraAngle();
     
     DisableCursor();  // Limit cursor to relative movement inside the window