diff options
author | Diva Canto | 2015-08-31 13:02:51 -0700 |
---|---|---|
committer | Diva Canto | 2015-08-31 13:02:51 -0700 |
commit | 134d4300f0b6e9b0df0326cfe0b5df9f41f42865 (patch) | |
tree | 86420f55292ec2f566c10b30cdb52a54e6c0f14c /OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs | |
parent | Fixed a namespace dependency. Also started preparing prebuild.xml for making ... (diff) | |
download | opensim-SC-134d4300f0b6e9b0df0326cfe0b5df9f41f42865.zip opensim-SC-134d4300f0b6e9b0df0326cfe0b5df9f41f42865.tar.gz opensim-SC-134d4300f0b6e9b0df0326cfe0b5df9f41f42865.tar.bz2 opensim-SC-134d4300f0b6e9b0df0326cfe0b5df9f41f42865.tar.xz |
All physics plugins are now region modules. Compiles but doesn't run.
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs')
-rw-r--r-- | OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs index 6316463..487582c 100644 --- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs +++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs | |||
@@ -89,7 +89,7 @@ namespace OpenSim.Region.PhysicsModules.SharedBase | |||
89 | { | 89 | { |
90 | m_log.Info("[PHYSICS]: creating " + physEngineName); | 90 | m_log.Info("[PHYSICS]: creating " + physEngineName); |
91 | PhysicsScene result = _PhysPlugins[physEngineName].GetScene(regionName); | 91 | PhysicsScene result = _PhysPlugins[physEngineName].GetScene(regionName); |
92 | result.Initialise(meshEngine, config, regionExtent); | 92 | //result.Initialise(meshEngine, config, regionExtent); |
93 | return result; | 93 | return result; |
94 | } | 94 | } |
95 | else | 95 | else |