Changeset 10464 for code/branches/core7/src/modules/designtools
- Timestamp:
- May 25, 2015, 12:13:34 AM (10 years ago)
- Location:
- code/branches/core7/src/modules/designtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/modules/designtools/ScreenshotManager.cc
r10459 r10464 61 61 SetConsoleCommand("printScreenHD", &ScreenshotManager::makeScreenshot_s); 62 62 63 ManageScopedSingleton(ScreenshotManager, ScopeID::G raphics, false);63 ManageScopedSingleton(ScreenshotManager, ScopeID::GRAPHICS, false); 64 64 65 65 RegisterAbstractClass(ScreenshotManager).inheritsFrom<Configurable>(); -
code/branches/core7/src/modules/designtools/SkyboxGenerator.cc
r10459 r10464 60 60 SetConsoleCommand("SkyboxGenerator", "createSkybox", &SkyboxGenerator::createSkybox).addShortcut(); 61 61 62 ManageScopedSingleton(SkyboxGenerator, ScopeID::G raphics, false);62 ManageScopedSingleton(SkyboxGenerator, ScopeID::GRAPHICS, false); 63 63 64 64 RegisterAbstractClass(SkyboxGenerator).inheritsFrom<Configurable>().inheritsFrom<Tickable>();
Note: See TracChangeset
for help on using the changeset viewer.