add a taint to SOP.UpdateShape() - addresses Mantis #3277

0.6.5-rc1
Dahlia Trimble 2009-03-11 04:13:35 +00:00
parent 8606d7d126
commit 5cc372fab4
1 changed files with 1 additions and 0 deletions

View File

@ -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