Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Forgot to remove windows conditional compilation.

File:
1 edited

Legend:

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

    r5671 r5672  
    525525            activeStatesTicked_.push_back(*it);
    526526
    527 #ifdef ORXONOX_PLATFORM_WINDOWS
    528527        // Check whether we have to change the mouse mode
    529528        std::vector<InputState*>& mouseStates = devices_[InputDeviceEnumerator::Mouse]->getStateListRef();
     
    535534                this->reloadInternal();
    536535        }
    537 #endif
    538536    }
    539537
Note: See TracChangeset for help on using the changeset viewer.