mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 04:30:38 +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)
|
while (totalclock > totalsynctics)
|
||||||
{
|
{
|
||||||
handleevents();
|
handleevents();
|
||||||
|
OSD_DispatchQueued();
|
||||||
|
|
||||||
TRAVERSE_CONNECT(pnum)
|
TRAVERSE_CONNECT(pnum)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue