[Orxonox-commit 1668] r6386 - code/branches/presentation2/src/libraries/core

rgrieder at orxonox.net rgrieder at orxonox.net
Mon Dec 21 12:52:43 CET 2009


Author: rgrieder
Date: 2009-12-21 12:52:43 +0100 (Mon, 21 Dec 2009)
New Revision: 6386

Modified:
   code/branches/presentation2/src/libraries/core/GraphicsManager.cc
Log:
Correction to r6385.

Modified: code/branches/presentation2/src/libraries/core/GraphicsManager.cc
===================================================================
--- code/branches/presentation2/src/libraries/core/GraphicsManager.cc	2009-12-21 11:49:53 UTC (rev 6385)
+++ code/branches/presentation2/src/libraries/core/GraphicsManager.cc	2009-12-21 11:52:43 UTC (rev 6386)
@@ -439,8 +439,6 @@
     void GraphicsManager::printScreen()
     {
         assert(this->renderWindow_);
-       
         this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".png");
-        this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".tif");
     }
 }




More information about the Orxonox-commit mailing list