aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Scripting
diff options
context:
space:
mode:
authorDr Scofield2009-05-22 14:57:00 +0000
committerDr Scofield2009-05-22 14:57:00 +0000
commit1d02636c27de64f8acec5bb9a76f8659f0bfdd2b (patch)
treea54b14f51877472031e92beee26f1cf72e4f2b4c /OpenSim/Region/CoreModules/Scripting
parentconverting Chat module and Concierge module to new style region modules (diff)
downloadopensim-SC_OLD-1d02636c27de64f8acec5bb9a76f8659f0bfdd2b.zip
opensim-SC_OLD-1d02636c27de64f8acec5bb9a76f8659f0bfdd2b.tar.gz
opensim-SC_OLD-1d02636c27de64f8acec5bb9a76f8659f0bfdd2b.tar.bz2
opensim-SC_OLD-1d02636c27de64f8acec5bb9a76f8659f0bfdd2b.tar.xz
cleaning out warnings.
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
Diffstat (limited to 'OpenSim/Region/CoreModules/Scripting')
-rw-r--r--OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
index 063081e..259a333 100644
--- a/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
+++ b/OpenSim/Region/CoreModules/Scripting/DynamicTexture/DynamicTextureModule.cs
@@ -305,7 +305,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
305 Primitive.TextureEntry tmptex = part.Shape.Textures; 305 Primitive.TextureEntry tmptex = part.Shape.Textures;
306 306
307 // remove the old asset from the cache 307 // remove the old asset from the cache
308 UUID oldID = tmptex.DefaultTexture.TextureID; 308 // UUID oldID = tmptex.DefaultTexture.TextureID;
309 309
310 tmptex.DefaultTexture.TextureID = asset.FullID; 310 tmptex.DefaultTexture.TextureID = asset.FullID;
311 // I'm pretty sure we always want to force this to true 311 // I'm pretty sure we always want to force this to true