correct the default avatar_terminal_velocity value that I accidentally left in whilst testing
parent
f49897a419
commit
b92b9228ef
|
@ -461,7 +461,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
|||
gravityy = physicsconfig.GetFloat("world_gravityy", 0f);
|
||||
gravityz = physicsconfig.GetFloat("world_gravityz", -9.8f);
|
||||
|
||||
float avatarTerminalVelocity = physicsconfig.GetFloat("avatar_terminal_velocity", 9f);
|
||||
float avatarTerminalVelocity = physicsconfig.GetFloat("avatar_terminal_velocity", 54f);
|
||||
AvatarTerminalVelocity = Util.Clamp<float>(avatarTerminalVelocity, 0, 255f);
|
||||
if (AvatarTerminalVelocity != avatarTerminalVelocity)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue