diff options
author | MW | 2007-06-12 15:53:19 +0000 |
---|---|---|
committer | MW | 2007-06-12 15:53:19 +0000 |
commit | 585f9f0d549e5ef9f4040de206a2376528d2c63f (patch) | |
tree | 7f73eb5d62d97e837c08af9f6ba9ded99b792288 /OpenSim/OpenSim.Region/World/Entities/SceneObject.cs | |
parent | Deleted old AssetCache.cs file. (diff) | |
download | opensim-SC-585f9f0d549e5ef9f4040de206a2376528d2c63f.zip opensim-SC-585f9f0d549e5ef9f4040de206a2376528d2c63f.tar.gz opensim-SC-585f9f0d549e5ef9f4040de206a2376528d2c63f.tar.bz2 opensim-SC-585f9f0d549e5ef9f4040de206a2376528d2c63f.tar.xz |
Work on Primitive class.
Diffstat (limited to 'OpenSim/OpenSim.Region/World/Entities/SceneObject.cs')
-rw-r--r-- | OpenSim/OpenSim.Region/World/Entities/SceneObject.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.Region/World/Entities/SceneObject.cs b/OpenSim/OpenSim.Region/World/Entities/SceneObject.cs index 6ded881..558dc6b 100644 --- a/OpenSim/OpenSim.Region/World/Entities/SceneObject.cs +++ b/OpenSim/OpenSim.Region/World/Entities/SceneObject.cs | |||
@@ -62,8 +62,7 @@ namespace OpenSim.Region | |||
62 | /// <param name="localID"></param> | 62 | /// <param name="localID"></param> |
63 | public void CreateFromPacket(ObjectAddPacket addPacket, LLUUID agentID, uint localID) | 63 | public void CreateFromPacket(ObjectAddPacket addPacket, LLUUID agentID, uint localID) |
64 | { | 64 | { |
65 | this.rootPrimitive = new Primitive(null, this.regionHandle, this.m_world); | 65 | this.rootPrimitive = new Primitive( this.regionHandle, this.m_world, addPacket, agentID, localID); |
66 | this.rootPrimitive.CreateFromPacket(addPacket, agentID, localID); | ||
67 | } | 66 | } |
68 | 67 | ||
69 | /// <summary> | 68 | /// <summary> |