diff --git a/examples/core/3d_camera_first_person.zig b/examples/core/3d_camera_first_person.zig index c049412..1d41bcf 100644 --- a/examples/core/3d_camera_first_person.zig +++ b/examples/core/3d_camera_first_person.zig @@ -40,6 +40,7 @@ pub fn main() anyerror!void { ); } + rl.disableCursor(); // Limit cursor to relative movement inside the window rl.setTargetFPS(60); // Set our game to run at 60 frames-per-second //--------------------------------------------------------------------------------------