diff options
author | Justin Clark-Casey (justincc) | 2011-10-11 00:29:41 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-11 00:29:41 +0100 |
commit | f138a2056ecea4016d75fec276a390955dbfd688 (patch) | |
tree | 3d0bb55bafcc2c79cedc37709f12edbbc06970b3 | |
parent | osSetParcelDetails - PARCEL_DETAILS_CLAIMDATE (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs | 1 |
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 | ||