Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2011, 3:53:21 AM (13 years ago)
Author:
rgrieder
Message:

The output listener writing to the memory as buffer should record input of ALL levels, but instead be deactivated when not needed anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/orxonox/overlays/InGameConsole.cc

    r8079 r8515  
    9191        this->setConfigValues();
    9292        this->initialise();
     93
     94        // Output buffering is not anymore needed. Not the best solution to do
     95        // this here, but there isn't much of another way.
     96        OutputHandler::getInstance().disableMemoryLog();
    9397    }
    9498
Note: See TracChangeset for help on using the changeset viewer.