aboutsummaryrefslogtreecommitdiff
path: root/graphics/animation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/animation.cpp')
-rw-r--r--graphics/animation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/animation.cpp b/graphics/animation.cpp
index dcf39609f4..801d0c8134 100644
--- a/graphics/animation.cpp
+++ b/graphics/animation.cpp
@@ -255,7 +255,7 @@ bool BaseAnimationState::checkPaletteSwitch() {
return false;
}
-void BaseAnimationState::screenChanged() {
+void BaseAnimationState::handleScreenChanged() {
#ifndef BACKEND_8BIT
const int screenW = _sys->getOverlayWidth();
const int screenH = _sys->getOverlayHeight();