mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +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)
|
||||
{
|
||||
IConfig cStartup = config.Configs["Startup"];
|
||||
if (cStartup?.GetString("physics", string.Empty) == "BulletSim")
|
||||
//IConfig cStartup = config.Configs["Startup"];
|
||||
//if (cStartup?.GetString("physics", string.Empty) == "BulletSim")
|
||||
Enabled = Configuration.GetBoolean("Enabled", Enabled);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user