mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
sloppy rename
This commit is contained in:
parent
d89d8571c7
commit
758281c845
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ namespace MLEM.Extensions {
|
|||
}
|
||||
|
||||
/// <inheritdoc cref="StaticSpriteBatch.Add(Texture2D,Rectangle,Color)"/>
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue