Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 2, 2008, 10:58:22 PM (16 years ago)
Author:
rgrieder
Message:

compiles now on tardis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/GraphicsEngine.cc

    r1214 r1220  
    297297        int w = rw->getWidth();
    298298        int h = rw->getHeight();
    299         InputManager::getSingleton().setWindowExtents(w, h);
     299        InputManager::setWindowExtents(w, h);
    300300    }
    301301
     
    303303        int w = rw->getWidth();
    304304        int h = rw->getHeight();
    305         InputManager::getSingleton().setWindowExtents(w, h);
     305        InputManager::setWindowExtents(w, h);
    306306    }
    307307
     
    309309        int w = rw->getWidth();
    310310        int h = rw->getHeight();
    311         InputManager::getSingleton().setWindowExtents(w, h);
     311        InputManager::setWindowExtents(w, h);
    312312    }
    313313}
Note: See TracChangeset for help on using the changeset viewer.