Changeset 10539 for OpenSceneGraph/trunk/src/osgPlugins/bsp/VBSPReader.cpp
- Timestamp:
- 08/20/09 16:59:29 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/bsp/VBSPReader.cpp
r10507 r10539 5 5 #include <osg/Object> 6 6 #include <osg/Material> 7 #include <osg/Math> 7 8 #include <osg/MatrixTransform> 8 9 #include <osg/Node> … … 782 783 if (!token.empty()) 783 784 { 784 alpha = atof(token.c_str());785 alpha = osg::asciiToDouble(token.c_str()); 785 786 } 786 787 }
