mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Merge branch 'titlecardticker' into 'next'
Fix titlecard hook being inconsistent on map load Closes #965 See merge request STJr/SRB2!1965
This commit is contained in:
commit
2e048ec6b3
1 changed files with 1 additions and 1 deletions
|
@ -1412,7 +1412,7 @@ void ST_drawTitleCard(void)
|
|||
lt_lasttic = lt_ticker;
|
||||
|
||||
luahook:
|
||||
if (renderisnewtic)
|
||||
//if (renderisnewtic)
|
||||
{
|
||||
LUA_HUD_ClearDrawList(luahuddrawlist_titlecard);
|
||||
LUA_HUDHOOK(titlecard, luahuddrawlist_titlecard);
|
||||
|
|
Loading…
Reference in a new issue