Changeset 87 for osgVisual/src/object
- Timestamp:
- Jul 28, 2010, 5:13:22 PM (14 years ago)
- Location:
- osgVisual/src/object
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/object/object_updater.cpp
r31 r87 21 21 object_updater::object_updater(osgVisual::visual_object* object_ ) 22 22 { 23 #include <leakDetection.h> 23 24 } 24 25 -
osgVisual/src/object/visual_object.cpp
r36 r87 21 21 visual_object::visual_object( osg::CoordinateSystemNode* sceneRoot_, std::string nodeName_) 22 22 { 23 #include <leakDetection.h> 24 23 25 // Add this node to Scenegraph 24 26 sceneRoot_->addChild( this );
Note: See TracChangeset
for help on using the changeset viewer.