Changeset 5977 for OpenSceneGraph/trunk/examples/osgcamera/osgcamera.cpp
- Timestamp:
- 01/12/07 22:05:39 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcamera/osgcamera.cpp
r5939 r5977 124 124 { 125 125 apm = new osgGA::AnimationPathManipulator(pathfile); 126 if (!apm.valid() || !(apm->valid()) )126 if (!apm.valid() || !(apm->valid()) ) 127 127 { 128 128 apm = 0;
