Fix CHANGED_TEXTURE and CHANGED_COLOR.

This commit is contained in:
Melanie
2011-12-05 19:01:14 +00:00
parent a2d98c7293
commit 66f4ce354f
4 changed files with 67 additions and 65 deletions

View File

@@ -355,7 +355,7 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
// I'm pretty sure noone whats to set fullbright true if it wasn't true before.
// tmptex.DefaultTexture.Fullbright = true;
part.UpdateTexture(tmptex);
part.UpdateTextureEntry(tmptex.GetBytes());
}
if (oldID != UUID.Zero && ((Disp & DISP_EXPIRE) != 0))
@@ -437,4 +437,4 @@ namespace OpenSim.Region.CoreModules.Scripting.DynamicTexture
#endregion
}
}
}