From a72295f7f110d672cce66acd2d8c4e6a822691a9 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Wed, 29 Nov 2017 07:29:17 +0000 Subject: [PATCH] Fix flickering in IVF files. Patch from Fox. git-svn-id: https://svn.eduke32.com/eduke32@6510 1a8010ca-5511-0410-912e-c29ae57300e0 --- source/duke3d/src/anim.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/duke3d/src/anim.cpp b/source/duke3d/src/anim.cpp index 64b03531c..97e5cbbc2 100644 --- a/source/duke3d/src/anim.cpp +++ b/source/duke3d/src/anim.cpp @@ -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);