mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
seems to compile ( tests comented out)
This commit is contained in:
@@ -166,7 +166,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
|
||||
cdl.AddRow("physics", m_scene.PhysicsEnabled);
|
||||
cdl.AddRow("scripting", m_scene.ScriptsEnabled);
|
||||
cdl.AddRow("teleport", m_scene.DebugTeleporting);
|
||||
cdl.AddRow("update-on-timer", m_scene.UpdateOnTimer);
|
||||
// cdl.AddRow("update-on-timer", m_scene.UpdateOnTimer);
|
||||
cdl.AddRow("updates", m_scene.DebugUpdates);
|
||||
|
||||
MainConsole.Instance.OutputFormat("Scene {0} options:", m_scene.Name);
|
||||
@@ -313,7 +313,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.Attachments
|
||||
bool enableUpdateOnTimer;
|
||||
if (bool.TryParse(options["update-on-timer"], out enableUpdateOnTimer))
|
||||
{
|
||||
m_scene.UpdateOnTimer = enableUpdateOnTimer;
|
||||
// m_scene.UpdateOnTimer = enableUpdateOnTimer;
|
||||
m_scene.Active = false;
|
||||
|
||||
while (m_scene.IsRunning)
|
||||
|
||||
Reference in New Issue
Block a user