Get OdeScene to use passed in time step rather than hard-coded 0.089

However, I still don't recommend changing MinFrameTime from 0.089, high values do not work well and lower values don't seem to make much difference
This commit is contained in:
Justin Clark-Casey (justincc)
2011-10-20 20:48:51 +01:00
parent 6837e44d07
commit 9c43020876
3 changed files with 32 additions and 25 deletions

View File

@@ -105,7 +105,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.RegionReady
m_log.DebugFormat("[RegionReady]: Enabled for region {0}", scene.RegionInfo.RegionName);
if(m_disable_logins == true)
if (m_disable_logins == true)
{
scene.LoginLock = true;
scene.LoginsDisabled = true;