Marked ChangingActorID in PECharacter constructor, so that PEScene.Simulate()

will catch the update (pos, etc) and trigger RouteUpdate.
dsg
Huaiyu (Kitty) Liu 2011-06-01 10:02:50 -07:00
parent a17f0a0ea1
commit 8dc3b85828
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class PECharacter : PhysicsActor
_position = pos;
_size = size;
_density = density;
base.ChangingActorID = RegionSyncServerModule.ActorID;
return;
}