Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 25, 2008, 9:50:26 PM (16 years ago)
Author:
rgrieder
Message:

tiny adjustments to various files. just came across certain things..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc

    r2007 r2013  
    489489            it->windowResized(this->renderWindow_->getWidth(), this->renderWindow_->getHeight());
    490490
    491                 // OIS needs this under linux even if we only use relative input measurement.
    492                 if (this->inputManager_)
     491        // OIS needs this under linux even if we only use relative input measurement.
     492        if (this->inputManager_)
    493493            this->inputManager_->setWindowExtents(renderWindow_->getWidth(), renderWindow_->getHeight());
    494494    }
     
    506506
    507507        // instruct InputManager to clear the buffers (core library so we cannot use the interface)
    508                 if (this->inputManager_)
     508        if (this->inputManager_)
    509509            this->inputManager_->clearBuffers();
    510510    }
     
    518518    void GSGraphics::windowClosed(Ogre::RenderWindow *rw)
    519519    {
    520         // using CommandExecutor in order to avoid depending on Orxonox.h.
    521         //CommandExecutor::execute("exit", false);
    522520        this->requestState("root");
    523521    }
Note: See TracChangeset for help on using the changeset viewer.