Willcraftia.Xna.Framework.Diagnostics.FpsCounter.UnloadContent C# (CSharp) Method

UnloadContent() protected method

protected UnloadContent ( ) : void
return void
        protected override void UnloadContent()
        {
            if (spriteBatch != null) spriteBatch.Dispose();
            if (fillTexture != null) fillTexture.Dispose();
            Content.Unload();

            base.UnloadContent();
        }