diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cursorman.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/cursorman.cpp b/graphics/cursorman.cpp index c1b8e38a92..51d897052d 100644 --- a/graphics/cursorman.cpp +++ b/graphics/cursorman.cpp @@ -48,6 +48,8 @@ bool CursorManager::showMouse(bool visible) { return false; _cursorStack.top()->_visible = visible; + + // Should work, even if there's just a dummy cursor on the stack. return g_system->showMouse(visible); } |