mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Explicitly use void in emscriptenloop declaration
Co-authored-by: Misa <infoteddy@infoteddy.info>
This commit is contained in:
parent
46ee84d6ef
commit
6abf87f1e4
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ static void inline deltaloop(void);
|
|||
static void cleanup(void);
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
void emscriptenloop()
|
||||
void emscriptenloop(void)
|
||||
{
|
||||
timePrev = time_;
|
||||
time_ = SDL_GetTicks();
|
||||
|
|
Loading…
Reference in a new issue