mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
BulletSim: stop processing linkset child when it is discovered that the
child doesn't have a physical shape. Another attempt at fixing Mantis 7191.
This commit is contained in:
@@ -404,6 +404,7 @@ public sealed class BSLinksetCompound : BSLinkset
|
||||
m_physicsScene.Logger.WarnFormat("{0} Linkset rebuild warning. If this happens more than one or two times, please report in Mantis 7191", LogHeader);
|
||||
m_physicsScene.Logger.WarnFormat("{0} pName={1}, childIdx={2}, shape={3}",
|
||||
LogHeader, LinksetRoot.Name, cPrim.LinksetChildIndex, childShape);
|
||||
return false; // 'false' says to move onto the next child in the list
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user