Browse Source

Fix function call

Agnis Aldiņš "NeZvērs 2 months ago
parent
commit
fa9653d179
1 changed files with 1 additions and 1 deletions
  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