aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs')
-rw-r--r--OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs
index d08b6eb..f7992d5 100644
--- a/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs
+++ b/OpenSim/Region/PhysicsModules/SharedBase/PhysicsPluginManager.cs
@@ -34,7 +34,7 @@ using log4net;
34using OpenSim.Framework; 34using OpenSim.Framework;
35using OpenMetaverse; 35using OpenMetaverse;
36 36
37namespace OpenSim.Region.PhysicsModule.SharedBase 37namespace OpenSim.Region.PhysicsModules.SharedBase
38{ 38{
39 /// <summary> 39 /// <summary>
40 /// Description of MyClass. 40 /// Description of MyClass.
@@ -129,8 +129,8 @@ namespace OpenSim.Region.PhysicsModule.SharedBase
129 public void LoadPluginsFromAssembly(string assemblyPath) 129 public void LoadPluginsFromAssembly(string assemblyPath)
130 { 130 {
131 // TODO / NOTE 131 // TODO / NOTE
132 // The assembly named 'OpenSim.Region.Physics.BasicPhysicsPlugin' was loaded from 132 // The assembly named 'OpenSim.Region.PhysicsModule.BasicPhysics' was loaded from
133 // 'file:///C:/OpenSim/trunk2/bin/Physics/OpenSim.Region.Physics.BasicPhysicsPlugin.dll' 133 // 'file:///C:/OpenSim/trunk2/bin/Physics/OpenSim.Region.PhysicsModule.BasicPhysics.dll'
134 // using the LoadFrom context. The use of this context can result in unexpected behavior 134 // using the LoadFrom context. The use of this context can result in unexpected behavior
135 // for serialization, casting and dependency resolution. In almost all cases, it is recommended 135 // for serialization, casting and dependency resolution. In almost all cases, it is recommended
136 // that the LoadFrom context be avoided. This can be done by installing assemblies in the 136 // that the LoadFrom context be avoided. This can be done by installing assemblies in the