mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
applied Darok"s BulletXPlugin changes 003.patch
This commit is contained in:
@@ -104,6 +104,19 @@ namespace OpenSim.Region.Physics.Manager
|
||||
|
||||
pluginAssembly = null;
|
||||
}
|
||||
//---
|
||||
public static void PhysicsPluginMessage(string message, bool isWarning)
|
||||
{
|
||||
if (isWarning)
|
||||
{
|
||||
MainLog.Instance.Warn("PHYSICS", message);
|
||||
}
|
||||
else
|
||||
{
|
||||
MainLog.Instance.Verbose("PHYSICS", message);
|
||||
}
|
||||
}
|
||||
//---
|
||||
}
|
||||
|
||||
public interface IPhysicsPlugin
|
||||
|
||||
Reference in New Issue
Block a user