Changeset 13041 for OpenSceneGraph/trunk/src/osgPlugins/ive/FadeText.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/FadeText.cpp
r12292 r13041 53 53 else 54 54 in_THROW_EXCEPTION("FadeText::read(): Could not cast this osgText::FadeText to an osgText::Text."); 55 55 56 56 setFadeSpeed(in->readFloat()); 57 57 }
