mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
mantis 9159: ignore spaces in z on cast string to vector
This commit is contained in:
@@ -154,7 +154,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
while (++comma < str.Length)
|
||||
{
|
||||
c = Unsafe.Add(ref MemoryMarshal.GetReference(str), comma);
|
||||
if (c == ' ' || c == '>')
|
||||
if (c == '>')
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user