TEST more changes

avinationmerge
UbitUmarov 2012-04-27 01:24:44 +01:00
parent 61e99fba87
commit 30ab9647ba
1 changed files with 2 additions and 1 deletions

View File

@ -1111,8 +1111,9 @@ namespace OpenSim.Region.Framework.Scenes
if (v.HasValue) if (v.HasValue)
{ {
if (PhysicsActor != null) if (PhysicsActor != null) // speedup
PhysicsActor.SetMomentum((Vector3)v); PhysicsActor.SetMomentum((Vector3)v);
Velocity = (Vector3)v;
} }
else if (Stopit) else if (Stopit)
{ {