minor: one method doc
parent
b9c3846e81
commit
f1b99c4a7f
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue