소스 검색
update text input box (#4229)
pull/4243/head
Anthony Carbajal
4 달 전
committed by
GitHub
No known key found for this signature in database
GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일과
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 |
|
|
|