update text input box (#4229)
This commit is contained in:
parent
3c5bdae7ab
commit
e4529ff8f9
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ int main(void)
|
||||||
|
|
||||||
int framesCounter = 0;
|
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
|
// Main game loop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue