Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1220


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

compiles now on tardis

Location:
code/trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/InputBuffer.cc

    r1219 r1220  
    5050        //this->bActivated_ = false;
    5151        this->allowedChars_ = allowedChars;
    52         this->keyboard_ = InputManager::getSingleton().getKeyboard();
     52        this->keyboard_ = InputManager::getKeyboard();
    5353        this->buffer_ = "";
    5454    }
  • 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.