Small chaneg to adapt to trunk

0.6.8-post-fixes
Kitto Flora 2009-09-30 18:58:52 +02:00
parent 827b0fb199
commit 53fbc970ca
1 changed files with 3 additions and 2 deletions

View File

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