mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-16 01:11:28 +00:00
Fix flickering in IVF files.
Patch from Fox. git-svn-id: https://svn.eduke32.com/eduke32@6510 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
74908b1def
commit
a72295f7f1
1 changed files with 2 additions and 0 deletions
|
@ -325,6 +325,8 @@ int32_t Anim_Play(const char *fn)
|
|||
|
||||
VM_OnEventWithReturn(EVENT_PRECUTSCENE, -1, myconnectindex, framenum);
|
||||
|
||||
clearallviews(0);
|
||||
|
||||
animvpx_render_frame(&codec);
|
||||
|
||||
VM_OnEventWithReturn(EVENT_CUTSCENE, -1, myconnectindex, framenum);
|
||||
|
|
Loading…
Reference in a new issue