mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
mantis 8170: let physics know Always_run on adding the avatar
This commit is contained in:
@@ -4880,6 +4880,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
PhysicsActor.OnOutOfBounds += OutOfBoundsCall; // Called for PhysicsActors when there's something wrong
|
||||
PhysicsActor.SubscribeEvents(100);
|
||||
PhysicsActor.LocalID = LocalId;
|
||||
PhysicsActor.SetAlwaysRun = m_setAlwaysRun;
|
||||
}
|
||||
|
||||
private void OutOfBoundsCall(Vector3 pos)
|
||||
|
||||
Reference in New Issue
Block a user