Browse Source

update text input box (#4229)

pull/4243/head
Anthony Carbajal 2 months ago
committed by GitHub
parent
commit
e4529ff8f9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/text/text_input_box.c

+ 1
- 1
examples/text/text_input_box.c 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

Loading…
Cancel
Save