diff options
author | Robert Adams | 2013-01-28 17:08:34 -0800 |
---|---|---|
committer | Robert Adams | 2013-01-28 17:08:34 -0800 |
commit | 531d0429d1cc49a1959f6f7a0028ed3111dd6bd4 (patch) | |
tree | b9942c3d26fd293c7b74e57c74357512efc60a79 /OpenSim/Region/Physics/BulletSPlugin/Tests/BulletSimTestsUtil.cs | |
parent | BulletSim: do not zero an avatar's standing velocity if it is standing (diff) | |
download | opensim-SC_OLD-531d0429d1cc49a1959f6f7a0028ed3111dd6bd4.zip opensim-SC_OLD-531d0429d1cc49a1959f6f7a0028ed3111dd6bd4.tar.gz opensim-SC_OLD-531d0429d1cc49a1959f6f7a0028ed3111dd6bd4.tar.bz2 opensim-SC_OLD-531d0429d1cc49a1959f6f7a0028ed3111dd6bd4.tar.xz |
BulletSim: first unit test: vehicle angular attraction
Diffstat (limited to 'OpenSim/Region/Physics/BulletSPlugin/Tests/BulletSimTestsUtil.cs')
-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 |