diff options
Diffstat (limited to 'gui.cpp')
-rw-r--r-- | gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()); |