mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-06 01:15:32 +00:00
optimizer: remove hardcoded condition in RemoveRedundantNodesVisitor
This commit is contained in:
parent
698738c649
commit
af716d4b61
1 changed files with 0 additions and 2 deletions
|
@ -789,8 +789,6 @@ bool Optimizer::RemoveRedundantNodesVisitor::isOperationPermissible(osg::Node& n
|
|||
{
|
||||
return node.getNumParents()>0 &&
|
||||
!node.getStateSet() &&
|
||||
node.getName().empty() &&
|
||||
!node.getUserDataContainer() &&
|
||||
!node.getCullCallback() &&
|
||||
!node.getEventCallback() &&
|
||||
!node.getUpdateCallback() &&
|
||||
|
|
Loading…
Reference in a new issue