- Timestamp:
- 03/21/12 18:36:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/deprecated-dotosg/osgAnimation/Matrix.cpp
r12292 r13041 5 5 { 6 6 bool iteratorAdvanced = false; 7 7 8 8 if (fr[0].matchWord(keyword) && fr[1].isOpenBracket()) 9 9 { … … 31 31 } 32 32 iteratorAdvanced = true; 33 } 34 33 } 34 35 35 return iteratorAdvanced; 36 36 }
