Small chaneg to adapt to trunk

This commit is contained in:
Kitto Flora
2009-09-30 18:58:52 +02:00
parent 827b0fb199
commit 53fbc970ca

View File

@@ -3421,9 +3421,10 @@ if (m_shape != null) {
RotationOffset,
UsePhysics);
if (PhysActor != null)
PhysicsActor pa = PhysActor;
if (pa != null)
{
PhysActor.LocalID = LocalId;
pa.LocalID = LocalId;
DoPhysicsPropertyUpdate(UsePhysics, true);
if (m_parentGroup != null)
{