mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
lsl vector3 is no longer 'unsafe'
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenSim.Region.ScriptEngine.Shared
|
||||
z = Z;
|
||||
}
|
||||
|
||||
public unsafe Vector3(string str)
|
||||
public Vector3(string str)
|
||||
{
|
||||
if (str.Length < 5)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user