From 6e9879505978c6a7f05bc8ee1145587703ede0bf Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Sat, 9 Dec 2023 17:40:17 -0800 Subject: [PATCH] wellspring API update --- WellspringCS.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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,