mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 03:18:14 +00:00
update text input box (#4229)
This commit is contained in:
@@ -35,7 +35,7 @@ int main(void)
|
||||
|
||||
int framesCounter = 0;
|
||||
|
||||
SetTargetFPS(10); // Set our game to run at 10 frames-per-second
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
// Main game loop
|
||||
|
Reference in New Issue
Block a user