Changeset 8406 for code/trunk/src/modules
- Timestamp:
- May 5, 2011, 9:11:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/designtools/ScreenshotManager.cc
r8351 r8406 74 74 // Flag for overlay rendering 75 75 this->disableOverlays_ = true; 76 77 // Update the values78 this->update();79 76 } 80 77 … … 141 138 { 142 139 // Save it. 143 finalImage->save(PathConfig::getInstance().getLogPathString() + "screenshot_" + getTimestamp() + "." +this->fileExtension_);140 finalImage->save(PathConfig::getInstance().getLogPathString() + "screenshot_" + getTimestamp() + this->fileExtension_); 144 141 delete finalImage; 145 142 COUT(3) << "Finished taking " << this->gridSize_*this->windowWidth_ << "x" << this->gridSize_*this->windowHeight_ << " pixel HD screenshot. Storing in log/." << endl;
Note: See TracChangeset
for help on using the changeset viewer.