aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/world/Primitive.cs
diff options
context:
space:
mode:
authorMW2007-04-01 15:30:27 +0000
committerMW2007-04-01 15:30:27 +0000
commit86f6a33bc8cc88c2e883d6741e6c02810d655960 (patch)
tree5065223a9cef27225000867dce50e033fe22adbe /OpenSim.RegionServer/world/Primitive.cs
parentMoved more packet types to handlers (diff)
downloadopensim-SC_OLD-86f6a33bc8cc88c2e883d6741e6c02810d655960.zip
opensim-SC_OLD-86f6a33bc8cc88c2e883d6741e6c02810d655960.tar.gz
opensim-SC_OLD-86f6a33bc8cc88c2e883d6741e6c02810d655960.tar.bz2
opensim-SC_OLD-86f6a33bc8cc88c2e883d6741e6c02810d655960.tar.xz
More cleaning up of SimClient and packet handling
Diffstat (limited to '')
-rw-r--r--OpenSim.RegionServer/world/Primitive.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/world/Primitive.cs b/OpenSim.RegionServer/world/Primitive.cs
index 2c55004..cbffa7e 100644
--- a/OpenSim.RegionServer/world/Primitive.cs
+++ b/OpenSim.RegionServer/world/Primitive.cs
@@ -12,7 +12,6 @@ namespace OpenSim.world
12{ 12{
13 public class Primitive : Entity 13 public class Primitive : Entity
14 { 14 {
15 //private static object physicsLock = new object();
16 protected float mesh_cutbegin; 15 protected float mesh_cutbegin;
17 protected float mesh_cutend; 16 protected float mesh_cutend;
18 protected PrimData primData; 17 protected PrimData primData;