mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-16 20:50:38 +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)
|
while (TRUE)
|
||||||
{
|
{
|
||||||
|
timerUpdateClock();
|
||||||
|
|
||||||
// makes code run at the same rate
|
// makes code run at the same rate
|
||||||
while (totalclock > totalsynctics)
|
while (totalclock > totalsynctics)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue