mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +08:00
oops
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user