Changed 9p and tatlas' to use a separately loaded texture.
This commit is contained in:
@@ -91,7 +91,7 @@ namespace RecrownedAthenaeum.SpecialTypes
|
||||
/// <param name="spriteBatchSettings">The sprite batch settings to use to begin the batch in after drawing the ninepatch.</param>
|
||||
public void Draw(SpriteBatch spriteBatch, Color color, Rectangle destination, SpriteBatchSettings? spriteBatchSettings = null)
|
||||
{
|
||||
if (spriteBatchSettings == null) spriteBatchSettings = Configuration.spriteBatchSettings;
|
||||
if (spriteBatchSettings == null) spriteBatchSettings = Configuration.SpriteBatchSettings;
|
||||
spriteBatch.End();
|
||||
|
||||
SpriteBatchSettings ss = spriteBatchSettings.Value;
|
||||
|
Reference in New Issue
Block a user