diff options
author | Dan Lake | 2012-10-31 17:13:18 -0700 |
---|---|---|
committer | Dan Lake | 2012-10-31 17:13:18 -0700 |
commit | ffe4d738fbcd27e3c037693ab6812df1d9fbb977 (patch) | |
tree | ec94cca05a1d8451d4d43779a1a788b4aeaeb940 /OpenSim/Region/Framework/Scenes | |
parent | Also add the additional ScriptException constructor necessary to get [Seriali... (diff) | |
download | opensim-SC_OLD-ffe4d738fbcd27e3c037693ab6812df1d9fbb977.zip opensim-SC_OLD-ffe4d738fbcd27e3c037693ab6812df1d9fbb977.tar.gz opensim-SC_OLD-ffe4d738fbcd27e3c037693ab6812df1d9fbb977.tar.bz2 opensim-SC_OLD-ffe4d738fbcd27e3c037693ab6812df1d9fbb977.tar.xz |
Add TargetVelocity to PhysicsActor interface to support distributed physics. No change to existing functions.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 71e322d..5f2a6b1 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -523,7 +523,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
523 | { | 523 | { |
524 | if (PhysicsActor != null) | 524 | if (PhysicsActor != null) |
525 | { | 525 | { |
526 | m_velocity = PhysicsActor.Velocity; | 526 | m_velocity = PhysicsActor.TargetVelocity; |
527 | 527 | ||
528 | // m_log.DebugFormat( | 528 | // m_log.DebugFormat( |
529 | // "[SCENE PRESENCE]: Set velocity {0} for {1} in {2} via getting Velocity!", | 529 | // "[SCENE PRESENCE]: Set velocity {0} for {1} in {2} via getting Velocity!", |