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:
hendricks266 2017-11-29 07:29:17 +00:00
parent 74908b1def
commit a72295f7f1

View file

@ -325,6 +325,8 @@ int32_t Anim_Play(const char *fn)
VM_OnEventWithReturn(EVENT_PRECUTSCENE, -1, myconnectindex, framenum); VM_OnEventWithReturn(EVENT_PRECUTSCENE, -1, myconnectindex, framenum);
clearallviews(0);
animvpx_render_frame(&codec); animvpx_render_frame(&codec);
VM_OnEventWithReturn(EVENT_CUTSCENE, -1, myconnectindex, framenum); VM_OnEventWithReturn(EVENT_CUTSCENE, -1, myconnectindex, framenum);