mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-22 01:01:45 +00:00
Remove hudlib getDeltaTime
This commit is contained in:
parent
32b166669e
commit
516a5e8350
1 changed files with 0 additions and 9 deletions
|
@ -1308,14 +1308,6 @@ static int libd_getusertransflag(lua_State *L)
|
|||
return 1;
|
||||
}
|
||||
|
||||
// Return the time elapsed for the previous frame, in tics.
|
||||
static int libd_getDeltaTime(lua_State *L)
|
||||
{
|
||||
HUDONLY
|
||||
lua_pushfixed(L, renderdeltatics);
|
||||
return 1;
|
||||
}
|
||||
|
||||
static luaL_Reg lib_draw[] = {
|
||||
// cache
|
||||
{"patchExists", libd_patchExists},
|
||||
|
@ -1357,7 +1349,6 @@ static luaL_Reg lib_draw[] = {
|
|||
{"renderer", libd_renderer},
|
||||
{"localTransFlag", libd_getlocaltransflag},
|
||||
{"userTransFlag", libd_getusertransflag},
|
||||
{"getDeltaTime", libd_getDeltaTime},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue