diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs index ab8f8bf..a7f8baa 100644 --- a/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs +++ b/OpenSim/Region/Physics/OdePlugin/Tests/ODETestClass.cs | |||
@@ -50,7 +50,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
50 | { | 50 | { |
51 | IConfigSource TopConfig = new IniConfigSource(); | 51 | IConfigSource TopConfig = new IniConfigSource(); |
52 | IConfig config = TopConfig.AddConfig("Startup"); | 52 | IConfig config = TopConfig.AddConfig("Startup"); |
53 | config.Set("DecodedSculpMapPath","j2kDecodeCache"); | 53 | config.Set("DecodedSculptMapPath","j2kDecodeCache"); |
54 | 54 | ||
55 | // Loading ODEPlugin | 55 | // Loading ODEPlugin |
56 | cbt = new OdePlugin(); | 56 | cbt = new OdePlugin(); |