Update advance_game.c
This commit is contained in:
parent
9619e5cbf8
commit
cdf8ea7e30
@ -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…
x
Reference in New Issue
Block a user