This commit is contained in:
UbitUmarov
2023-02-18 00:18:16 +00:00
parent 8a4ae07e88
commit 4a4ff5faf4

View File

@@ -152,7 +152,6 @@ namespace OpenSim.Region.ScriptEngine.Shared
c = Unsafe.Add(ref MemoryMarshal.GetReference(strspan), comma);
if (c == ' ' || c == '>')
break;
comma++;
}
if (!double.TryParse(strspan[start..comma], NumberStyles.Float, Utils.EnUsCulture, out z))