* Possibly resolved the excess sim lag.
* Warning: Only try on Linux, Windows builds still have a terrain database problem.afrisby
parent
9f6b3e2357
commit
9a00c26dfe
|
@ -573,8 +573,9 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
if ((update_movementflag) || (update_rotation && DCFlagKeyPressed))
|
if ((update_movementflag) || (update_rotation && DCFlagKeyPressed))
|
||||||
{
|
{
|
||||||
AddNewMovement(agent_control_v3, q);
|
AddNewMovement(agent_control_v3, q);
|
||||||
|
UpdateMovementAnimations(update_movementflag);
|
||||||
}
|
}
|
||||||
UpdateMovementAnimations(update_movementflag);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void StandUp()
|
protected void StandUp()
|
||||||
|
|
Loading…
Reference in New Issue