minor: one method doc

mysql-performance
Justin Clark-Casey (justincc) 2010-02-04 21:35:56 +00:00
parent b9c3846e81
commit f1b99c4a7f
2 changed files with 8 additions and 3 deletions

View File

@ -342,6 +342,7 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
m_log.Error( m_log.Error(
"[VECTORRENDERMODULE]: OpenJpeg Encode Failed. Empty byte data returned!"); "[VECTORRENDERMODULE]: OpenJpeg Encode Failed. Empty byte data returned!");
} }
m_textureManager.ReturnData(id, imageJ2000); m_textureManager.ReturnData(id, imageJ2000);
} }

View File

@ -4144,9 +4144,13 @@ namespace OpenSim.Region.Framework.Scenes
ScheduleFullUpdate(); ScheduleFullUpdate();
} }
// Added to handle bug in libsecondlife's TextureEntry.ToBytes() /// <summary>
// not handling RGBA properly. Cycles through, and "fixes" the color /// Update the textures on the part.
// info /// </summary>
/// Added to handle bug in libsecondlife's TextureEntry.ToBytes()
/// not handling RGBA properly. Cycles through, and "fixes" the color
/// info
/// <param name="tex"></param>
public void UpdateTexture(Primitive.TextureEntry tex) public void UpdateTexture(Primitive.TextureEntry tex)
{ {
//Color4 tmpcolor; //Color4 tmpcolor;