- Timestamp:
- 03/24/08 19:03:19 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgmultitexturecontrol/osgmultitexturecontrol.cpp
r7987 r7988 104 104 return; 105 105 } 106 107 OpenThreads::ScopedLock<OpenThreads::Mutex> lock(_mutex); 106 108 107 109 float deltaTime = 0.01f; … … 173 175 osg::observer_ptr<osgFX::MultiTextureControl> _mtc; 174 176 Elevations _elevations; 177 178 OpenThreads::Mutex _mutex; 175 179 }; 176 180
