diff options
author | UbitUmarov | 2019-05-01 03:49:24 +0100 |
---|---|---|
committer | UbitUmarov | 2019-05-01 03:49:24 +0100 |
commit | ea32a73103b3df4b6c5d904ae92e088e0b5bbdc2 (patch) | |
tree | 52b540ed95448f0bde2b8eb119f59a212460b795 /OpenSim/Region/PhysicsModules | |
parent | add osLocalTeleportAgent(key agent, vector position, vector velocity, vector ... (diff) | |
download | opensim-SC-ea32a73103b3df4b6c5d904ae92e088e0b5bbdc2.zip opensim-SC-ea32a73103b3df4b6c5d904ae92e088e0b5bbdc2.tar.gz opensim-SC-ea32a73103b3df4b6c5d904ae92e088e0b5bbdc2.tar.bz2 opensim-SC-ea32a73103b3df4b6c5d904ae92e088e0b5bbdc2.tar.xz |
osLocalTeleportAgent: no region crossings :( ; check avatar access to target position; flag 8 == force fly; 16 force nofly (both == fly)
Diffstat (limited to 'OpenSim/Region/PhysicsModules')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs index cec8b74..b86be0f 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODECharacter.cs | |||
@@ -1921,6 +1921,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
1921 | 1921 | ||
1922 | _position = newPos; | 1922 | _position = newPos; |
1923 | m_freemove = false; | 1923 | m_freemove = false; |
1924 | _zeroFlag = false; | ||
1924 | m_pidControllerActive = true; | 1925 | m_pidControllerActive = true; |
1925 | } | 1926 | } |
1926 | 1927 | ||