Update advance_game.c
This commit is contained in:
parent
9619e5cbf8
commit
cdf8ea7e30
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ int main(void)
|
|||
InitLogoScreen();
|
||||
|
||||
#if defined(PLATFORM_WEB)
|
||||
emscripten_set_main_loop(UpdateDrawFrame, 0, 1);
|
||||
emscripten_set_main_loop(UpdateDrawFrame, 60, 1);
|
||||
#else
|
||||
SetTargetFPS(60); // Set our game to run at 60 frames-per-second
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue