minor change to function naming to make more sense in screen manager
This commit is contained in:
@@ -53,7 +53,7 @@ namespace RhythmBullet.Zer01HD.Utilities.ScreenSystem
|
||||
this.camera = camera;
|
||||
}
|
||||
|
||||
public void Update(GameTime gameTime, bool assetsDone)
|
||||
public void UpdateCurrentScreen(GameTime gameTime, bool assetsDone)
|
||||
{
|
||||
switch (Screen.State)
|
||||
{
|
||||
@@ -93,7 +93,7 @@ namespace RhythmBullet.Zer01HD.Utilities.ScreenSystem
|
||||
}
|
||||
}
|
||||
|
||||
public void Draw(SpriteBatch spriteBatch)
|
||||
public void DrawCurrentScreen(SpriteBatch spriteBatch)
|
||||
{
|
||||
graphics.GraphicsDevice.Clear(Screen.BackgroundColor);
|
||||
if (Screen.State == ScreenState.EnterTransition && previousScreen != null && previousScreen.UseRenderTargetForExitTransition)
|
||||
|
Reference in New Issue
Block a user