- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osg/LineStipple.cpp
r10970 r13041 30 30 31 31 LineStipple& linestipple = static_cast<LineStipple&>(obj); 32 32 33 33 int ref = linestipple.getFactor(); 34 34 if (fr[0].matchWord("factor") && fr[1].getInt(ref))
