diff options
author | John Hurliman | 2009-10-13 10:38:35 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-13 10:38:35 -0700 |
commit | 3828b3c0e86bbb444dabadcc6e509675b058639e (patch) | |
tree | e630d7c0377ac2a066ce27f095efd27df34dd324 /OpenSim/Region/Physics | |
parent | Merge branch 'master' into htb-throttle (diff) | |
download | opensim-SC_OLD-3828b3c0e86bbb444dabadcc6e509675b058639e.zip opensim-SC_OLD-3828b3c0e86bbb444dabadcc6e509675b058639e.tar.gz opensim-SC_OLD-3828b3c0e86bbb444dabadcc6e509675b058639e.tar.bz2 opensim-SC_OLD-3828b3c0e86bbb444dabadcc6e509675b058639e.tar.xz |
* Eliminated unnecessary parameters from LLUDPServer.SendPacketData()
* Changed PrimMesher's Quat.Identity to return <0,0,0,1> instead of <0,0,0,1.1>
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/Meshing/PrimMesher.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs index a283840..47ce615 100644 --- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs +++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs | |||
@@ -69,7 +69,7 @@ namespace PrimMesher | |||
69 | 69 | ||
70 | public Quat Identity() | 70 | public Quat Identity() |
71 | { | 71 | { |
72 | return new Quat(0.0f, 0.0f, 0.0f, 1.1f); | 72 | return new Quat(0.0f, 0.0f, 0.0f, 1.0f); |
73 | } | 73 | } |
74 | 74 | ||
75 | public float Length() | 75 | public float Length() |