Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2008, 11:32:56 AM (17 years ago)
Author:
rgrieder
Message:
  • forgot to remove the hack part in GraphicsEngine.h
  • removed presentation folder. If anyone needs it again, the svn history will help you kindly.
File:
1 edited

Legend:

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

    r1495 r1497  
    139139      if (mouse_)
    140140      {
    141         //// hack the mouse position
    142         //((OIS::MouseState&)mouse_->getMouseState()).X.abs = windowWidth/2;
    143         //((OIS::MouseState&)mouse_->getMouseState()).Y.abs = windowHeight/2;
    144141        setWindowExtents(windowWidth, windowHeight);
    145142      }
Note: See TracChangeset for help on using the changeset viewer.