mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Explicitly use void in emscriptenloop declaration
Co-authored-by: Misa <infoteddy@infoteddy.info>
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
46ee84d6ef
commit
6abf87f1e4
@@ -348,7 +348,7 @@ static void inline deltaloop(void);
|
|||||||
static void cleanup(void);
|
static void cleanup(void);
|
||||||
|
|
||||||
#ifdef __EMSCRIPTEN__
|
#ifdef __EMSCRIPTEN__
|
||||||
void emscriptenloop()
|
void emscriptenloop(void)
|
||||||
{
|
{
|
||||||
timePrev = time_;
|
timePrev = time_;
|
||||||
time_ = SDL_GetTicks();
|
time_ = SDL_GetTicks();
|
||||||
|
|||||||
Reference in New Issue
Block a user