diff options
author | Melanie | 2010-09-26 18:05:55 +0100 |
---|---|---|
committer | Melanie | 2010-09-26 18:06:23 +0100 |
commit | d0c271adc647e9e49e53988bedb0ebc962540378 (patch) | |
tree | e3268e0eb07a294418d4942215fba5c1dbe4ca65 /OpenSim/Region/Physics/OdePlugin | |
parent | adding configurable j2kDecodeCache path (diff) | |
download | opensim-SC_OLD-d0c271adc647e9e49e53988bedb0ebc962540378.zip opensim-SC_OLD-d0c271adc647e9e49e53988bedb0ebc962540378.tar.gz opensim-SC_OLD-d0c271adc647e9e49e53988bedb0ebc962540378.tar.bz2 opensim-SC_OLD-d0c271adc647e9e49e53988bedb0ebc962540378.tar.xz |
Typo fixes
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(); |