Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 20, 2009, 2:05:49 PM (15 years ago)
Author:
rgrieder
Message:

Deleting console commands currently seems to be a rather bad idea (though on by box the console still worked, including tab completion).
—> Commented all the temporary console commands in the GameStates until we have a proper solution.

File:
1 edited

Legend:

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

    r2896 r2928  
    156156    void GSGraphics::deactivate()
    157157    {
    158 
     158/*
    159159        if (this->ccToggleGUI_)
    160160        {
     
    162162            this->ccToggleGUI_ = 0;
    163163        }
     164*/
    164165
    165166        masterInputState_->setHandler(0);
Note: See TracChangeset for help on using the changeset viewer.