Changeset 9550 for code/trunk/src/orxonox/overlays
- Timestamp:
- Mar 12, 2013, 11:13:03 PM (12 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/testing (added) merged: 9015,9017,9020-9022,9025-9026,9047,9076-9078,9114-9115,9221-9226,9356,9473-9480,9524,9529-9531,9533-9545,9547-9549
- Property svn:mergeinfo changed
-
code/trunk/src/orxonox/overlays/InGameConsole.cc
r8858 r9550 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.