Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 24, 2009, 10:12:45 AM (16 years ago)
Author:
rgrieder
Message:

Forgot to remove windows conditional compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource2/src/core/GUIManager.cc

    r5670 r5672  
    132132        guiSystem_->injectMousePosition(mousePosition.first, mousePosition.second);
    133133
    134 #ifdef ORXONOX_PLATFORM_WINDOWS
    135134        // Hide the mouse cursor unless playing in fullscreen mode
    136135        if (!bFullScreen)
    137136            CEGUI::MouseCursor::getSingleton().hide();
    138 #endif
    139137    }
    140138
Note: See TracChangeset for help on using the changeset viewer.