add a taint to SOP.UpdateShape() - addresses Mantis #3277
parent
8606d7d126
commit
5cc372fab4
|
@ -3495,6 +3495,7 @@ if (m_shape != null) {
|
|||
if (PhysActor != null)
|
||||
{
|
||||
PhysActor.Shape = m_shape;
|
||||
m_parentGroup.Scene.PhysicsScene.AddPhysicsActorTaint(PhysActor);
|
||||
}
|
||||
|
||||
// This is what makes vehicle trailers work
|
||||
|
|
Loading…
Reference in New Issue