Changeset 3809 for OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp
- Timestamp:
- 02/03/05 14:10:03 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcluster/osgcluster.cpp
r3728 r3809 62 62 { 63 63 swapBytes( _byte_order ); 64 swapBytes( _masterKilled );65 for( int i = 0; i < 16; i++ )64 swapBytes( _masterKilled ); 65 for( int i = 0; i < 16; i++ ) 66 66 swapBytes( _matrix.ptr()[i] ); 67 67 … … 74 74 const bool getMasterKilled() const { return _masterKilled; } 75 75 76 unsigned long_byte_order;76 unsigned int _byte_order; 77 77 bool _masterKilled; 78 78 osg::Matrix _matrix;
