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