- Timestamp:
- 04/23/09 13:07:14 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osg/PolygonOffset.cpp
- Property svn:mergeinfo set to /OpenSceneGraph/trunk/src/osg/PolygonOffset.cpp:10083-10084
r7648 r10085 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
