public override void Draw(SpriteBatch spriteBatch) { base.Draw(spriteBatch); if (prevView != null) { prevView.Draw(spriteBatch); } }