Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/txp/trpage_swap.cpp
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/trpage_swap.cpp
r11158 r13041 203 203 if (osg::getCpuByteOrder()==osg::BigEndian) 204 204 return BigEndian; 205 else 205 else 206 206 return LittleEndian; 207 207 }
