diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs b/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs index 1102aca..db5c7eb 100644 --- a/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs +++ b/OpenSim/Region/OptionalModules/World/SceneCommands/SceneCommandsModule.cs | |||
@@ -225,7 +225,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments | |||
225 | 225 | ||
226 | // FIXME: This can only come from the console at the moment but might not always be true. | 226 | // FIXME: This can only come from the console at the moment but might not always be true. |
227 | if (ConsoleUtil.TryParseConsoleDouble(MainConsole.Instance, options["child-repri"], out newValue)) | 227 | if (ConsoleUtil.TryParseConsoleDouble(MainConsole.Instance, options["child-repri"], out newValue)) |
228 | m_scene.ChildReprioritizationDistance = newValue; | 228 | m_scene.ChildReprioritizationDistance = (float)newValue; |
229 | } | 229 | } |
230 | 230 | ||
231 | if (options.ContainsKey("client-pos-upd")) | 231 | if (options.ContainsKey("client-pos-upd")) |