From 758281c845e49474f3fa0c15d3a5b255d5814f3c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 17 Oct 2021 23:21:11 +0200 Subject: [PATCH] sloppy rename --- MLEM/Extensions/SpriteBatchExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLEM/Extensions/SpriteBatchExtensions.cs b/MLEM/Extensions/SpriteBatchExtensions.cs index 854dd45..aa9223e 100644 --- a/MLEM/Extensions/SpriteBatchExtensions.cs +++ b/MLEM/Extensions/SpriteBatchExtensions.cs @@ -140,7 +140,7 @@ namespace MLEM.Extensions { } /// - public static void Draw(this StaticSpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Color color) { + public static void Add(this StaticSpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Color color) { batch.Add(texture, destinationRectangle, null, color); }