mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +00:00
anim.cpp: timerUpdate() before setting the start time of the animation so that delays outside of animation playback won't cause animations to skip
git-svn-id: https://svn.eduke32.com/eduke32@6917 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
e75e8cc4aa
commit
58132c2353
1 changed files with 1 additions and 0 deletions
|
@ -476,6 +476,7 @@ int32_t Anim_Play(const char *fn)
|
||||||
gltexapplyprops();
|
gltexapplyprops();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
timerUpdate();
|
||||||
ototalclock = totalclock;
|
ototalclock = totalclock;
|
||||||
|
|
||||||
i = 1;
|
i = 1;
|
||||||
|
|
Loading…
Reference in a new issue