diff options
Diffstat (limited to 'OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs index 76121ae..7652372 100644 --- a/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs +++ b/OpenSim/Region/Physics/PhysXPlugin/PhysXPlugin.cs | |||
@@ -84,6 +84,12 @@ namespace OpenSim.Region.Physics.PhysXPlugin | |||
84 | scene = mySdk.CreateScene(); | 84 | scene = mySdk.CreateScene(); |
85 | } | 85 | } |
86 | 86 | ||
87 | public override void Initialise(IMesher meshmerizer) | ||
88 | { | ||
89 | // Does nothing right now | ||
90 | } | ||
91 | |||
92 | |||
87 | public override PhysicsActor AddAvatar(string avName, PhysicsVector position) | 93 | public override PhysicsActor AddAvatar(string avName, PhysicsVector position) |
88 | { | 94 | { |
89 | Vec3 pos = new Vec3(); | 95 | Vec3 pos = new Vec3(); |