mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-11 00:44:33 +00:00
Fix UpdateRigBounds not being copied properly
This commit is contained in:
parent
72c1f37527
commit
8d033f0558
@ -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…
x
Reference in New Issue
Block a user