Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 9, 2009, 6:46:54 PM (16 years ago)
Author:
rgrieder
Message:

Reapplied some of the changes that got reverted in the last commit (including two fixes).

File:
1 edited

Legend:

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

    r5924 r5925  
    361361
    362362        // Render frame
    363         if( this->viewport_->getCamera() )
    364             ogreRoot_->_updateAllRenderTargets();
     363        ogreRoot_->_updateAllRenderTargets();
    365364
    366365        uint64_t timeAfterTick = time.getRealMicroseconds();
Note: See TracChangeset for help on using the changeset viewer.