sw/src/demo.cpp:DemoPlayBack: Add a call to timerUpdateClock, which

is now required. Previously, it would be called from faketimerhandler,
which in turn is called from the engine.
This commit is contained in:
NY00123 2020-05-22 17:36:24 +03:00 committed by Christoph Oelckers
parent a69f738287
commit cf22b4da0a

View file

@ -440,6 +440,8 @@ DemoPlayBack(void)
while (TRUE)
{
timerUpdateClock();
// makes code run at the same rate
while (totalclock > totalsynctics)
{