aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/animation.cpp2
-rw-r--r--graphics/animation.h2
2 files changed, 2 insertions, 2 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();
diff --git a/graphics/animation.h b/graphics/animation.h
index aa36369974..1ee6a12879 100644
--- a/graphics/animation.h
+++ b/graphics/animation.h
@@ -133,7 +133,7 @@ public:
bool init(const char *name, void *audioArg = NULL);
bool decodeFrame();
- void screenChanged();
+ void handleScreenChanged();
void updateScreen();
#ifndef BACKEND_8BIT