start removing old hack of using SetMomentum to just set instant velocity, now that TargetVelocity is avaiable

This commit is contained in:
UbitUmarov
2016-11-07 12:45:20 +00:00
parent d5a428c669
commit d0ae8bb86a
3 changed files with 39 additions and 7 deletions

View File

@@ -3805,6 +3805,9 @@ namespace OpenSim.Region.PhysicsModule.ubOde
changevelocity((Vector3)arg);
break;
case changes.TargetVelocity:
break;
// case changes.Acceleration:
// changeacceleration((Vector3)arg);
// break;
@@ -3933,8 +3936,6 @@ namespace OpenSim.Region.PhysicsModule.ubOde
donullchange();
break;
default:
donullchange();
break;