Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/lwo/lwo2chunks.h
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/lwo/lwo2chunks.h
r2596 r13041 60 60 61 61 typedef std::vector<mapping_type> Mapping_list; 62 Mapping_list mapping; 62 Mapping_list mapping; 63 63 }; 64 64 … … 220 220 221 221 SUBCHUNK (NEGA) { 222 U2 enable; 222 U2 enable; 223 223 }; 224 224 … … 593 593 }; 594 594 595 }; 595 }; 596 596 597 597 };
