update text input box

This commit is contained in:
CrackedPixel 2024-08-07 18:41:21 -05:00
parent 9c2ba3bfb7
commit 96cf4b61ea

View File

@ -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