aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-11 00:29:41 +0100
committerJustin Clark-Casey (justincc)2011-10-11 00:29:41 +0100
commitf138a2056ecea4016d75fec276a390955dbfd688 (patch)
tree3d0bb55bafcc2c79cedc37709f12edbbc06970b3 /OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
parentosSetParcelDetails - PARCEL_DETAILS_CLAIMDATE (diff)
downloadopensim-SC_OLD-f138a2056ecea4016d75fec276a390955dbfd688.zip
opensim-SC_OLD-f138a2056ecea4016d75fec276a390955dbfd688.tar.gz
opensim-SC_OLD-f138a2056ecea4016d75fec276a390955dbfd688.tar.bz2
opensim-SC_OLD-f138a2056ecea4016d75fec276a390955dbfd688.tar.xz
meaningless change to goose panda
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
index 8814fd8..6075e19 100644
--- a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
@@ -194,6 +194,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
194 RenderPlugins[contentType].AsyncConvertData(updater.UpdaterID, data, extraParams); 194 RenderPlugins[contentType].AsyncConvertData(updater.UpdaterID, data, extraParams);
195 return updater.UpdaterID; 195 return updater.UpdaterID;
196 } 196 }
197
197 return UUID.Zero; 198 return UUID.Zero;
198 } 199 }
199 200