diff options
Added "Local" and "Temporary" Fields to the AssetBase class.
Diffstat (limited to 'OpenSim/Region/Environment/Modules/DynamicTextureModule.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/DynamicTextureModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/DynamicTextureModule.cs b/OpenSim/Region/Environment/Modules/DynamicTextureModule.cs index 3a03d48..9fbd68e 100644 --- a/OpenSim/Region/Environment/Modules/DynamicTextureModule.cs +++ b/OpenSim/Region/Environment/Modules/DynamicTextureModule.cs | |||
@@ -72,7 +72,7 @@ namespace OpenSim.Region.Environment.Modules | |||
72 | 72 | ||
73 | public LLUUID AddDynamicTextureURL(LLUUID simID, LLUUID primID, string contentType, string url, string extraParams, int updateTimer) | 73 | public LLUUID AddDynamicTextureURL(LLUUID simID, LLUUID primID, string contentType, string url, string extraParams, int updateTimer) |
74 | { | 74 | { |
75 | System.Console.WriteLine("dynamic texture being created " + url + " of type " + contentType); | 75 | System.Console.WriteLine("dynamic texture being created: " + url + " of type " + contentType); |
76 | if (this.RenderPlugins.ContainsKey(contentType)) | 76 | if (this.RenderPlugins.ContainsKey(contentType)) |
77 | { | 77 | { |
78 | DynamicTextureUpdater updater = new DynamicTextureUpdater(); | 78 | DynamicTextureUpdater updater = new DynamicTextureUpdater(); |