mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 13:09:40 +00:00
Revert untextured shapes rendering changes
This commit is contained in:
parent
0c0379c1ef
commit
85208eff7f
2 changed files with 0 additions and 5 deletions
|
@ -65,7 +65,6 @@
|
||||||
Bug #4475: Scripted animations should not cause movement
|
Bug #4475: Scripted animations should not cause movement
|
||||||
Bug #4479: "Game" category on Advanced page is getting too long
|
Bug #4479: "Game" category on Advanced page is getting too long
|
||||||
Bug #4480: Segfault in QuickKeysMenu when item no longer in inventory
|
Bug #4480: Segfault in QuickKeysMenu when item no longer in inventory
|
||||||
Bug #4483: Shapes without NiTexturingProperty are rendered
|
|
||||||
Bug #4489: Goodbye doesn't block dialogue hyperlinks
|
Bug #4489: Goodbye doesn't block dialogue hyperlinks
|
||||||
Bug #4490: PositionCell on player gives "Error: tried to add local script twice"
|
Bug #4490: PositionCell on player gives "Error: tried to add local script twice"
|
||||||
Bug #4494: Training cap based off Base Skill instead of Modified Skill
|
Bug #4494: Training cap based off Base Skill instead of Modified Skill
|
||||||
|
|
|
@ -573,10 +573,6 @@ namespace NifOsg
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make sure we don't render untextured shapes
|
|
||||||
if (nifNode->recType == Nif::RC_NiTriShape && boundTextures.empty())
|
|
||||||
node->setNodeMask(0x0);
|
|
||||||
|
|
||||||
if(nifNode->recType == Nif::RC_NiAutoNormalParticles || nifNode->recType == Nif::RC_NiRotatingParticles)
|
if(nifNode->recType == Nif::RC_NiAutoNormalParticles || nifNode->recType == Nif::RC_NiRotatingParticles)
|
||||||
handleParticleSystem(nifNode, node, composite, animflags, rootNode);
|
handleParticleSystem(nifNode, node, composite, animflags, rootNode);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue