Changeset 10083
- Timestamp:
- 04/23/09 12:23:20 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/PolygonOffset.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/PolygonOffset.cpp
r7648 r10083 56 56 // osg::notify(osg::NOTICE)<<"PolygonOffset::setFactorAndUnitMultipliersUsingBestGuessForDriver()"<<std::endl; 57 57 58 #if 0 58 59 const GLubyte* renderer = glGetString(GL_RENDERER); 59 60 if (renderer) … … 68 69 } 69 70 } 71 #endif 70 72 } 71 73
