aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/mads/nebular/menu_nebular.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/nebular/menu_nebular.cpp b/engines/mads/nebular/menu_nebular.cpp
index e7921ba699..93bc4bada4 100644
--- a/engines/mads/nebular/menu_nebular.cpp
+++ b/engines/mads/nebular/menu_nebular.cpp
@@ -871,7 +871,7 @@ void AnimationView::doFrame() {
if (_currentAnimation) {
++scene._frameStartTime;
_currentAnimation->update();
-// scene._spriteSlots.fullRefresh();
+ _redrawFlag = true;
}
}