forked from mirror/openmw-tes3mp
Fix UpdateRigBounds not being copied properly
This commit is contained in:
parent
72c1f37527
commit
8d033f0558
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,8 @@ public:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
META_Object(SceneUtil, UpdateRigBounds)
|
||||||
|
|
||||||
void update(osg::NodeVisitor* nv, osg::Drawable* drw)
|
void update(osg::NodeVisitor* nv, osg::Drawable* drw)
|
||||||
{
|
{
|
||||||
RigGeometry* rig = static_cast<RigGeometry*>(drw);
|
RigGeometry* rig = static_cast<RigGeometry*>(drw);
|
||||||
|
@ -47,7 +49,7 @@ public:
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
META_Object(NifOsg, UpdateRigGeometry)
|
META_Object(SceneUtil, UpdateRigGeometry)
|
||||||
|
|
||||||
virtual bool cull(osg::NodeVisitor* nv, osg::Drawable* drw, osg::State*) const
|
virtual bool cull(osg::NodeVisitor* nv, osg::Drawable* drw, osg::State*) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue