forked from bit/DotRecastNetSim
remove Vector2f.ToArray()
This commit is contained in:
parent
921c8bed92
commit
6e7f1925ad
|
@ -37,10 +37,5 @@ namespace DotRecast.Core
|
|||
default: throw new IndexOutOfRangeException($"{index}-{value}");
|
||||
}
|
||||
}
|
||||
|
||||
public float[] ToArray()
|
||||
{
|
||||
return new float[] { x, y };
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue