Example #1
0
        public override void Draw(SpriteBatch batch)
        {
            DepthCounter = 1;
            batch.GraphicsDevice.Clear(clearColor);

            base.Draw(batch);

            curScreen.DrawDebugData(batch);
        }