mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 08:39:44 +00:00
Don't let the optimizer mess with collision switch nodes (again)
This commit is contained in:
parent
b001deeff7
commit
4f8856f887
1 changed files with 4 additions and 0 deletions
|
@ -741,7 +741,11 @@ namespace NifOsg
|
|||
}
|
||||
|
||||
if (nifNode->recType == Nif::RC_NiCollisionSwitch && !nifNode->collisionActive())
|
||||
{
|
||||
node->setNodeMask(Loader::getIntersectionDisabledNodeMask());
|
||||
// Don't let the optimizer mess with this node
|
||||
node->setDataVariance(osg::Object::DYNAMIC);
|
||||
}
|
||||
|
||||
osg::ref_ptr<SceneUtil::CompositeStateSetUpdater> composite = new SceneUtil::CompositeStateSetUpdater;
|
||||
|
||||
|
|
Loading…
Reference in a new issue