Add PostUiTick(). Happens after all other tickers. Useful for handling changes in the play side within the same tic.
This commit is contained in:
parent
69c6e95b08
commit
3072c9bf7c
4 changed files with 21 additions and 0 deletions
|
|
@ -1256,6 +1256,9 @@ void G_Ticker ()
|
|||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
// [MK] Additional ticker for UI events right after all others
|
||||
E_PostUiTick();
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue