- Timestamp:
- Oct 9, 2009, 6:04:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/libraries/core/GraphicsManager.cc
r5876 r5924 361 361 362 362 // Render frame 363 ogreRoot_->_updateAllRenderTargets(); 363 if( this->viewport_->getCamera() ) 364 ogreRoot_->_updateAllRenderTargets(); 364 365 365 366 uint64_t timeAfterTick = time.getRealMicroseconds();
Note: See TracChangeset
for help on using the changeset viewer.