Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/bsp/VBSPEntity.cpp
- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/bsp/VBSPEntity.cpp
r12292 r13041 115 115 std::string value = (*param).second; 116 116 117 // Parse the value into a vector 117 // Parse the value into a vector 118 118 entity_origin = getVector(value); 119 119 } … … 124 124 std::string value = (*param).second; 125 125 126 // Parse the value into a vector 126 // Parse the value into a vector 127 127 entity_angles = getVector(value); 128 128 } … … 153 153 std::string value = (*param).second; 154 154 155 // Parse the value into a vector 155 // Parse the value into a vector 156 156 entity_origin = getVector(value); 157 157 } … … 162 162 std::string value = (*param).second; 163 163 164 // Parse the value into a vector 164 // Parse the value into a vector 165 165 entity_angles = getVector(value); 166 166 }
