Replaced dynamic_cast<*Callback> with as*Callback() implementation/usage.

This commit is contained in:
Robert Osfield
2016-01-18 19:04:28 +00:00
parent 48225171e0
commit 340615de55
9 changed files with 192 additions and 109 deletions

View File

@@ -7,8 +7,8 @@
#include <osgDB/OutputStream>
REGISTER_OBJECT_WRAPPER2(UpdateCallback,
new osg::Drawable::UpdateCallback,
osg::Drawable::UpdateCallback,
new osg::DrawableUpdateCallback,
osg::DrawableUpdateCallback,
"osg::UpdateCallback",
"osg::Object osg::Callback osg::UpdateCallback") {}