Changeset 67 for osgVisual/src/dataIO
- Timestamp:
- Jul 11, 2010, 1:31:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/dataIO/visual_dataIO.cpp
r65 r67 56 56 OSG_NOTIFY( osg::ALWAYS ) << "Configure osgVisual as SLAVE" << std::endl; 57 57 clusterMode = osgVisual::dataIO_cluster::SLAVE; 58 // Slave only recieves container, therefor set this Pointer null. 59 slotContainer = NULL; 58 slotContainer = NULL; // Slave only recieves container, therefor set this Pointer null. 60 59 } 61 60 else
Note: See TracChangeset
for help on using the changeset viewer.