diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 031848c..a875d84 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -261,7 +261,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
261 | public int physics_logging_interval = 0; | 261 | public int physics_logging_interval = 0; |
262 | public bool physics_logging_append_existing_logfile = false; | 262 | public bool physics_logging_append_existing_logfile = false; |
263 | 263 | ||
264 | public d.Vector3 xyz = new d.Vector3(2.1640f, -1.3079f, 1.7600f); | 264 | public d.Vector3 xyz = new d.Vector3(128.1640f, 128.3079f, 25.7600f); |
265 | public d.Vector3 hpr = new d.Vector3(125.5000f, -17.0000f, 0.0000f); | 265 | public d.Vector3 hpr = new d.Vector3(125.5000f, -17.0000f, 0.0000f); |
266 | 266 | ||
267 | /// <summary> | 267 | /// <summary> |