mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Updated love.timer.getTime to be microsecond-precise and monotonic (thanks Boolsheet), removed the now-obsolete love.timer.getMicroTime (issue #492)
This commit is contained in:
@@ -35,7 +35,6 @@ int w_getFPS(lua_State *L);
|
||||
int w_getAverageDelta(lua_State *L);
|
||||
int w_sleep(lua_State *L);
|
||||
int w_getTime(lua_State *L);
|
||||
int w_getMicroTime(lua_State *L);
|
||||
extern "C" LOVE_EXPORT int luaopen_love_timer(lua_State *L);
|
||||
|
||||
} // timer
|
||||
|
||||
Reference in New Issue
Block a user