From 79819da301f606d799e0f3b8709c37c4cd685238 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 25 May 2006 23:20:35 +0000 Subject: The GUI never asked for the cursor to be visible. I'm not sure why that used to work before the cursor manager. Oh well, the launcher should have a visible cursor again, knock on wood. svn-id: r22641 --- graphics/cursorman.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'graphics/cursorman.cpp') 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); } -- cgit v1.2.3