瀏覽代碼
update text input box (#4229)
pull/4243/head
Anthony Carbajal
4 月之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key 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 |
|
|
|