diff options
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/PrimitiveBaseShape.cs | 1 |
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() |