lsl vector3 is no longer 'unsafe'

This commit is contained in:
UbitUmarov
2023-02-17 23:58:30 +00:00
parent daacad69e4
commit 8a4ae07e88

View File

@@ -87,7 +87,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
z = Z;
}
public unsafe Vector3(string str)
public Vector3(string str)
{
if (str.Length < 5)
{