Anthony Carbajal
4 miesięcy temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z
1 dodań i
1 usunięć
-
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 |
|
|
|