浏览代码
update text input box (#4229)
pull/4243/head
Anthony Carbajal
4 个月前
committed by
GitHub
找不到此签名对应的密钥
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 |
|
|
|