mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
cosmetics
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user