Changeset 9536 for code/branches/testing/src/orxonox
- Timestamp:
- Mar 4, 2013, 10:47:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/testing/src/orxonox/overlays/InGameConsole.cc
r8858 r9536 47 47 #include "util/ScopedSingletonManager.h" 48 48 #include "util/output/MemoryWriter.h" 49 #include "util/output/OutputManager.h" 49 50 #include "core/CoreIncludes.h" 50 51 #include "core/ConfigValueIncludes.h" … … 95 96 // Output buffering is not anymore needed. Not the best solution to do 96 97 // this here, but there isn't much of another way. 97 MemoryWriter::getInstance().disable();98 OutputManager::getInstance().getMemoryWriter().disable(); 98 99 } 99 100
Note: See TracChangeset
for help on using the changeset viewer.