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:
Alex Szpakowski
2013-05-09 23:12:50 -03:00
parent 4952ebd5d9
commit 9fc2a085cd
8 changed files with 111 additions and 85 deletions
-1
View File
@@ -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