Transition to .Net Core and VSCode in progress.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Microsoft.Xna.Framework;
|
||||
using Microsoft.Xna.Framework.Graphics;
|
||||
using RecrownedAthenaeum.Render;
|
||||
using RecrownedAthenaeum.ScreenSystem;
|
||||
using System;
|
||||
|
||||
@@ -55,7 +56,7 @@ namespace RhythmBullet.Screens.Transitions
|
||||
return true;
|
||||
}
|
||||
|
||||
public void DrawTransition(SpriteBatch batch)
|
||||
public void DrawTransition(ConsistentSpriteBatch batch)
|
||||
{
|
||||
if (curtain != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user