Changeset 7236 for code/branches/consolecommands3/src/modules/designtools
- Timestamp:
- Aug 28, 2010, 1:51:04 AM (14 years ago)
- Location:
- code/branches/consolecommands3/src/modules/designtools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/modules/designtools/ScreenshotManager.cc
r7219 r7236 20 20 { 21 21 ManageScopedSingleton(ScreenshotManager, ScopeID::Graphics, false); 22 _SetConsoleCommand("printScreenHD", &ScreenshotManager::makeScreenshot_s);22 SetConsoleCommand("printScreenHD", &ScreenshotManager::makeScreenshot_s); 23 23 24 24 ScreenshotManager::ScreenshotManager() -
code/branches/consolecommands3/src/modules/designtools/SkyboxGenerator.cc
r7219 r7236 50 50 { 51 51 52 _SetConsoleCommand("SkyboxGenerator", "createSkybox", &SkyboxGenerator::createSkybox).addShortcut();52 SetConsoleCommand("SkyboxGenerator", "createSkybox", &SkyboxGenerator::createSkybox).addShortcut(); 53 53 54 54 ManageScopedSingleton(SkyboxGenerator, ScopeID::Graphics, false);
Note: See TracChangeset
for help on using the changeset viewer.