diff options
| author | Jeffery Myers <[email protected]> | 2023-02-15 08:17:00 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-15 17:17:00 +0100 |
| commit | 9eaed07b77bd6c9004175c9a641a573671cadb29 (patch) | |
| tree | 0f37fbddb348fb2ad12937ed53090e5ab3fb1193 /examples/models/models_mesh_generation.c | |
| parent | beb44f1dacce8aef0df3740e341582ca79e040e1 (diff) | |
| download | raylib-9eaed07b77bd6c9004175c9a641a573671cadb29.tar.gz raylib-9eaed07b77bd6c9004175c9a641a573671cadb29.zip | |
Make the oribital camera work like it used to (it is not just a copy of third person) (#2926)
Diffstat (limited to 'examples/models/models_mesh_generation.c')
| -rw-r--r-- | examples/models/models_mesh_generation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/models/models_mesh_generation.c b/examples/models/models_mesh_generation.c index 6189fb46..d17a20a1 100644 --- a/examples/models/models_mesh_generation.c +++ b/examples/models/models_mesh_generation.c @@ -68,8 +68,6 @@ int main(void) int currentModel = 0; - DisableCursor(); // Limit cursor to relative movement inside the window - SetTargetFPS(60); // Set our game to run at 60 frames-per-second //-------------------------------------------------------------------------------------- |
