diff --git a/WellspringCS.cs b/WellspringCS.cs index 1e1764e..d685aa4 100644 --- a/WellspringCS.cs +++ b/WellspringCS.cs @@ -129,12 +129,9 @@ namespace WellspringCS ); [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] - public static extern byte Wellspring_Draw( + public static extern byte Wellspring_AddToTextBatch( IntPtr textBatch, - float x, - float y, int pixelSize, - float depth, in Color color, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment,