diff options
-rw-r--r-- | graphics/dxa_player.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/dxa_player.cpp b/graphics/dxa_player.cpp index 87ba60bb40..580f95e686 100644 --- a/graphics/dxa_player.cpp +++ b/graphics/dxa_player.cpp @@ -534,6 +534,9 @@ void DXAPlayer::decodeNextFrame() { break; } } + + if (tag == MKID_BE('NULL')) + _drawBuffer = _frameBuffer1; } } // End of namespace Graphics |