diff options
author | lbsa71 | 2007-07-16 18:15:54 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-16 18:15:54 +0000 |
commit | 58f4d6983351563719b8488957ab7885b3e9482b (patch) | |
tree | cca65d42dea88b57726277d9b408e05c28443cbb /OpenSim/Region/Application | |
parent | * Restructured the RegionApplicationBase. (diff) | |
download | opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.zip opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.gz opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.bz2 opensim-SC_OLD-58f4d6983351563719b8488957ab7885b3e9482b.tar.xz |
* working on RegionApplicationBase
* Renamed PhysicsManager to PhysicsPluginManager because it is.
Diffstat (limited to 'OpenSim/Region/Application')
-rw-r--r-- | OpenSim/Region/Application/OpenSimMain.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSimMain.cs b/OpenSim/Region/Application/OpenSimMain.cs index 269c54c..d7bed31 100644 --- a/OpenSim/Region/Application/OpenSimMain.cs +++ b/OpenSim/Region/Application/OpenSimMain.cs | |||
@@ -119,7 +119,7 @@ namespace OpenSim | |||
119 | 119 | ||
120 | startuptime = DateTime.Now; | 120 | startuptime = DateTime.Now; |
121 | 121 | ||
122 | this.m_physicsManager = new PhysicsManager(); | 122 | this.m_physicsManager = new PhysicsPluginManager(); |
123 | this.m_physicsManager.LoadPlugins(); | 123 | this.m_physicsManager.LoadPlugins(); |
124 | 124 | ||
125 | this.SetupScene(); | 125 | this.SetupScene(); |