diff options
Diffstat (limited to '')
-rwxr-xr-x | OpenSim/Region/Physics/BulletSPlugin/Tests/BulletSimTestsUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/BulletSPlugin/Tests/BulletSimTestsUtil.cs b/OpenSim/Region/Physics/BulletSPlugin/Tests/BulletSimTestsUtil.cs index e7657f9..215e92f 100755 --- a/OpenSim/Region/Physics/BulletSPlugin/Tests/BulletSimTestsUtil.cs +++ b/OpenSim/Region/Physics/BulletSPlugin/Tests/BulletSimTestsUtil.cs | |||
@@ -47,7 +47,7 @@ public static class BulletSimTestsUtil | |||
47 | public static BSScene CreateBasicPhysicsEngine(Dictionary<string,string> paramOverrides) | 47 | public static BSScene CreateBasicPhysicsEngine(Dictionary<string,string> paramOverrides) |
48 | { | 48 | { |
49 | IConfigSource openSimINI = new IniConfigSource(); | 49 | IConfigSource openSimINI = new IniConfigSource(); |
50 | IConfig startupConfig = openSimINI.AddConfig("StartUp"); | 50 | IConfig startupConfig = openSimINI.AddConfig("Startup"); |
51 | startupConfig.Set("physics", "BulletSim"); | 51 | startupConfig.Set("physics", "BulletSim"); |
52 | startupConfig.Set("meshing", "Meshmerizer"); | 52 | startupConfig.Set("meshing", "Meshmerizer"); |
53 | startupConfig.Set("cacheSculptMaps", "false"); // meshmerizer shouldn't save maps | 53 | startupConfig.Set("cacheSculptMaps", "false"); // meshmerizer shouldn't save maps |