mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Change RootRotationUpdateTolerance from 0.01 to 0.1 in code as well.
This commit is contained in:
@@ -1078,7 +1078,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
PeriodicBackup = true;
|
||||
UseBackup = true;
|
||||
|
||||
RootRotationUpdateTolerance = 0.01f;
|
||||
RootRotationUpdateTolerance = 0.1f;
|
||||
RootVelocityUpdateTolerance = 0.001f;
|
||||
RootPositionUpdateTolerance = 0.05f;
|
||||
ChildReprioritizationDistance = 20.0;
|
||||
|
||||
Reference in New Issue
Block a user