Added a taint to the sculpt texture callback in an attempt to mitigate Mantis #2908. Thanks Teravus for the suggestions :)
parent
46cac455c1
commit
9822f8fc8f
|
@ -2339,6 +2339,8 @@ if (m_shape != null) {
|
||||||
PrimitiveBaseShape m_newshape = m_shape.Copy();
|
PrimitiveBaseShape m_newshape = m_shape.Copy();
|
||||||
PhysActor.Shape = m_newshape;
|
PhysActor.Shape = m_newshape;
|
||||||
m_shape = m_newshape;
|
m_shape = m_newshape;
|
||||||
|
|
||||||
|
m_parentGroup.Scene.PhysicsScene.AddPhysicsActorTaint(PhysActor);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue