Small chaneg to adapt to trunk
parent
827b0fb199
commit
53fbc970ca
|
@ -3421,9 +3421,10 @@ if (m_shape != null) {
|
||||||
RotationOffset,
|
RotationOffset,
|
||||||
UsePhysics);
|
UsePhysics);
|
||||||
|
|
||||||
if (PhysActor != null)
|
PhysicsActor pa = PhysActor;
|
||||||
|
if (pa != null)
|
||||||
{
|
{
|
||||||
PhysActor.LocalID = LocalId;
|
pa.LocalID = LocalId;
|
||||||
DoPhysicsPropertyUpdate(UsePhysics, true);
|
DoPhysicsPropertyUpdate(UsePhysics, true);
|
||||||
if (m_parentGroup != null)
|
if (m_parentGroup != null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue