Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6386


Ignore:
Timestamp:
Dec 21, 2009, 12:52:43 PM (14 years ago)
Author:
rgrieder
Message:

Correction to r6385.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/GraphicsManager.cc

    r6385 r6386  
    440440    {
    441441        assert(this->renderWindow_);
    442        
    443442        this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".png");
    444         this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".tif");
    445443    }
    446444}
Note: See TracChangeset for help on using the changeset viewer.