diff options
author | Teravus Ovares | 2007-11-14 01:04:19 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-14 01:04:19 +0000 |
commit | 9a00c26dfe27af39d21037f404b9703a63151f59 (patch) | |
tree | 37fa0ef8b9b0065206861aceed3f0b0592b20bd5 /OpenSim/Region | |
parent | * Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m... (diff) | |
download | opensim-SC_OLD-9a00c26dfe27af39d21037f404b9703a63151f59.zip opensim-SC_OLD-9a00c26dfe27af39d21037f404b9703a63151f59.tar.gz opensim-SC_OLD-9a00c26dfe27af39d21037f404b9703a63151f59.tar.bz2 opensim-SC_OLD-9a00c26dfe27af39d21037f404b9703a63151f59.tar.xz |
* Possibly resolved the excess sim lag.
* Warning: Only try on Linux, Windows builds still have a terrain database problem.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index 3c6cad8..2dae36c 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -573,8 +573,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
573 | if ((update_movementflag) || (update_rotation && DCFlagKeyPressed)) | 573 | if ((update_movementflag) || (update_rotation && DCFlagKeyPressed)) |
574 | { | 574 | { |
575 | AddNewMovement(agent_control_v3, q); | 575 | AddNewMovement(agent_control_v3, q); |
576 | UpdateMovementAnimations(update_movementflag); | ||
576 | } | 577 | } |
577 | UpdateMovementAnimations(update_movementflag); | 578 | |
578 | } | 579 | } |
579 | 580 | ||
580 | protected void StandUp() | 581 | protected void StandUp() |