mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-05 19:08:13 +00:00
Fix function call
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user