summaryrefslogtreecommitdiff
path: root/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui.cpp')
-rw-r--r--gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.cpp b/gui.cpp
index df865ea..be6b28f 100644
--- a/gui.cpp
+++ b/gui.cpp
@@ -34,7 +34,7 @@ void GUI::init() {
FontManager::getSingleton().create("VeraMono.font");
System::getSingleton().setDefaultFont( "VeraMono" );
- System::getSingleton().setDefaultMouseCursor( "Vanilla-Images", "MouseArrow" );
+ System::getSingleton().setDefaultMouseCursor( "Transparent-Images", "MouseArrow" );
WindowManager& wmgr(WindowManager::getSingleton());