Changeset 5877 for code/branches/core5/src/orxonox/overlays
- Timestamp:
- Oct 5, 2009, 1:34:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/orxonox/overlays/InGameConsole.cc
r5867 r5877 62 62 63 63 InGameConsole* InGameConsole::singletonPtr_s = 0; 64 ManageScopedSingleton(InGameConsole, ScopeID::Graphics );64 ManageScopedSingleton(InGameConsole, ScopeID::Graphics, false); 65 65 66 66 /**
Note: See TracChangeset
for help on using the changeset viewer.