mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
revert last commit, so some scripts may still work on other engines
This commit is contained in:
@@ -91,8 +91,8 @@ namespace OpenSim.Region.PhysicsModule.BulletS
|
|||||||
{
|
{
|
||||||
if ((Configuration = config.Configs["ExtendedPhysics"]) != null)
|
if ((Configuration = config.Configs["ExtendedPhysics"]) != null)
|
||||||
{
|
{
|
||||||
IConfig cStartup = config.Configs["Startup"];
|
//IConfig cStartup = config.Configs["Startup"];
|
||||||
if (cStartup?.GetString("physics", string.Empty) == "BulletSim")
|
//if (cStartup?.GetString("physics", string.Empty) == "BulletSim")
|
||||||
Enabled = Configuration.GetBoolean("Enabled", Enabled);
|
Enabled = Configuration.GetBoolean("Enabled", Enabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user