aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-07-12 19:46:23 +0100
committerJustin Clark-Casey (justincc)2010-07-12 19:46:23 +0100
commit4a92046b589a0ced240cbf5b174855daf5504a4f (patch)
tree6e2e993c495f02c5d93e5298d0dbea34ce1ddc31 /OpenSim/Framework
parentImplement llGetPrimMediaParams() (diff)
downloadopensim-SC_OLD-4a92046b589a0ced240cbf5b174855daf5504a4f.zip
opensim-SC_OLD-4a92046b589a0ced240cbf5b174855daf5504a4f.tar.gz
opensim-SC_OLD-4a92046b589a0ced240cbf5b174855daf5504a4f.tar.bz2
opensim-SC_OLD-4a92046b589a0ced240cbf5b174855daf5504a4f.tar.xz
implement llSetPrimMediaParams()
Untested
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/PrimitiveBaseShape.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/PrimitiveBaseShape.cs b/OpenSim/Framework/PrimitiveBaseShape.cs
index 517dbf6..85638ca 100644
--- a/OpenSim/Framework/PrimitiveBaseShape.cs
+++ b/OpenSim/Framework/PrimitiveBaseShape.cs
@@ -176,6 +176,7 @@ namespace OpenSim.Framework
176 /// <summary> 176 /// <summary>
177 /// Entries to store media textures on each face 177 /// Entries to store media textures on each face
178 /// </summary> 178 /// </summary>
179 /// Do not change this value directly - always do it through an IMoapModule.
179 public List<MediaEntry> Media { get; set; } 180 public List<MediaEntry> Media { get; set; }
180 181
181 public PrimitiveBaseShape() 182 public PrimitiveBaseShape()