mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
ODECharacter overrides TargetVelocity. No change to existing behavior
This commit is contained in:
@@ -661,6 +661,20 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
set { return; }
|
||||
}
|
||||
|
||||
public override Vector3 TargetVelocity
|
||||
{
|
||||
get
|
||||
{
|
||||
return m_taintTargetVelocity;
|
||||
}
|
||||
|
||||
set
|
||||
{
|
||||
Velocity = value;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public override Vector3 Velocity
|
||||
{
|
||||
get
|
||||
@@ -1394,4 +1408,4 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
m_eventsubscription += p;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user