[Examples] set FPS to 60 (#4235)
* set FPS to 60 * remove extra commented lines
This commit is contained in:
parent
46cb6af437
commit
418b878053
7 changed files with 14 additions and 3 deletions
|
@ -48,8 +48,8 @@ int main(void)
|
|||
bool active = false;
|
||||
int framesCounter = 0;
|
||||
|
||||
SetTargetFPS(120);
|
||||
//--------------------------------------------------------------------------------------
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//---------------------------------------------------------------------------------------
|
||||
|
||||
// Main game loop
|
||||
while (!WindowShouldClose()) // Detect window close button or ESC key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue