cosmetics

This commit is contained in:
UbitUmarov
2020-09-23 23:36:56 +01:00
parent 354c79168b
commit 9a6eeaeb9a
2 changed files with 14 additions and 16 deletions

View File

@@ -119,7 +119,7 @@ namespace OpenSim.Region.CoreModules.Avatar.BakedTextures
try
{
using(Stream s = rc.Request(m_Auth))
using(MemoryStream s = rc.Request(m_Auth))
{
using(XmlTextReader sr = new XmlTextReader(s))
{