mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
SW: Call OSD_DisplayQueued in DemoPlayback,
so OSD commands can have an effect from here
This commit is contained in:
parent
9bf5ee046e
commit
8a812cc329
1 changed files with 1 additions and 0 deletions
|
@ -445,6 +445,7 @@ DemoPlayBack(void)
|
|||
while (totalclock > totalsynctics)
|
||||
{
|
||||
handleevents();
|
||||
OSD_DispatchQueued();
|
||||
|
||||
TRAVERSE_CONNECT(pnum)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue