aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODECharacter.cs5
1 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
index 771a2ea..0462866 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs
@@ -144,7 +144,10 @@ namespace OpenSim.Region.Physics.OdePlugin
144 internal UUID m_uuid { get; private set; } 144 internal UUID m_uuid { get; private set; }
145 internal bool bad = false; 145 internal bool bad = false;
146 146
147 public OdeCharacter(String avName, OdeScene parent_scene, Vector3 pos, CollisionLocker dode, Vector3 size, float pid_d, float pid_p, float capsule_radius, float tensor, float density, float height_fudge_factor, float walk_divisor, float rundivisor) 147 public OdeCharacter(
148 String avName, OdeScene parent_scene, Vector3 pos, Vector3 size, float pid_d, float pid_p,
149 float capsule_radius, float tensor, float density, float height_fudge_factor,
150 float walk_divisor, float rundivisor)
148 { 151 {
149 m_uuid = UUID.Random(); 152 m_uuid = UUID.Random();
150 153