Changeset 11122 for OpenSceneGraph/trunk/src/osgPlugins/txp/TXPNode.cpp
- Timestamp:
- 02/26/10 10:23:28 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/txp/TXPNode.cpp
r11037 r11122 97 97 } 98 98 } 99 }100 101 TXPArchive* TXPNode::getArchive()102 {103 return _archive.get();104 99 } 105 100
