aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/pegasus/cursor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/cursor.cpp b/engines/pegasus/cursor.cpp
index ea5fc74501..205336a00b 100644
--- a/engines/pegasus/cursor.cpp
+++ b/engines/pegasus/cursor.cpp
@@ -104,6 +104,7 @@ void Cursor::show() {
void Cursor::hide() {
CursorMan.showMouse(false);
setCurrentFrameIndex(0);
+ ((PegasusEngine *)g_engine)->_gfx->markCursorAsDirty();
}
void Cursor::hideUntilMoved() {