소스 검색

Fix function call

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