diff --git a/src/DotRecast.Core/Vector2f.cs b/src/DotRecast.Core/Vector2f.cs index b4b18ae..80e5cc3 100644 --- a/src/DotRecast.Core/Vector2f.cs +++ b/src/DotRecast.Core/Vector2f.cs @@ -37,10 +37,5 @@ namespace DotRecast.Core default: throw new IndexOutOfRangeException($"{index}-{value}"); } } - - public float[] ToArray() - { - return new float[] { x, y }; - } } } \ No newline at end of file