mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
start removing old hack of using SetMomentum to just set instant velocity, now that TargetVelocity is avaiable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user