From 37f0470e4fd2d4524b65f40c9f34f07f6eee2da9 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 26 Mar 2022 21:18:48 +0100 Subject: [PATCH] updated ui docs for the previous change --- Docs/articles/ui.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Docs/articles/ui.md b/Docs/articles/ui.md index 296cffe..98a3403 100644 --- a/Docs/articles/ui.md +++ b/Docs/articles/ui.md @@ -22,9 +22,6 @@ protected override void Update(GameTime gameTime) { } protected override void Draw(GameTime gameTime) { - // DrawEarly needs to be called before clearing your graphics context - this.UiSystem.DrawEarly(gameTime, this.SpriteBatch); - this.GraphicsDevice.Clear(Color.CornflowerBlue); // Do your regular game drawing here