Browse Source

update text input box (#4229)

Anthony Carbajal 1 năm trước cách đây
mục cha
commit
e4529ff8f9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/text/text_input_box.c

+ 1 - 1
examples/text/text_input_box.c

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