mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-11 17:12:44 +00:00
REVIEWED: Camera redesign PR
This commit is contained in:
@@ -68,7 +68,8 @@ int main(void)
|
||||
|
||||
int currentModel = 0;
|
||||
|
||||
DisableCursor(); // Catch cursor
|
||||
DisableCursor(); // Limit cursor to relative movement inside the window
|
||||
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user