mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
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:
parent
a69f738287
commit
cf22b4da0a
1 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,8 @@ DemoPlayBack(void)
|
|||
|
||||
while (TRUE)
|
||||
{
|
||||
timerUpdateClock();
|
||||
|
||||
// makes code run at the same rate
|
||||
while (totalclock > totalsynctics)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue