Patch from jhurliman. Fixing the texture decoding issues in progressive

texture sending. Grain of salt not included.
This commit is contained in:
Melanie Thielker
2008-11-18 20:02:25 +00:00
parent 18b6250f40
commit 0abb762ecc
9 changed files with 11 additions and 11 deletions

View File

@@ -561,7 +561,7 @@ namespace OpenSim.Framework.Communications.Capabilities
endPos = FindEnd(llsd, 1);
if (Double.TryParse(llsd.Substring(1, endPos - 1), NumberStyles.Float,
Helpers.EnUsCulture.NumberFormat, out value))
Utils.EnUsCulture.NumberFormat, out value))
return value;
else
throw new LLSDParseException("Failed to parse double value type");