Added: UiTick in EventHandlers, a callback that executes at 35fps on every handler in ui scope;

Removed: RenderOverlay, RenderFrame (commented out), Create, CreateOnce, Register, Unregister (completely)
This commit is contained in:
ZZYZX 2017-03-09 14:49:18 +02:00 committed by Christoph Oelckers
commit 01561eb768
4 changed files with 27 additions and 18 deletions

View file

@ -1223,6 +1223,9 @@ void G_Ticker ()
}
}
// [ZZ] also tick the UI part of the events
E_UiTick();
// do main actions
switch (gamestate)
{