diff --git a/MLEM.Startup/MlemGame.cs b/MLEM.Startup/MlemGame.cs index ed83878..5aff196 100644 --- a/MLEM.Startup/MlemGame.cs +++ b/MLEM.Startup/MlemGame.cs @@ -114,7 +114,9 @@ namespace MLEM.Startup { this.PreDraw?.Invoke(this, gameTime); CoroutineHandler.RaiseEvent(CoroutineEvents.PreDraw); + #pragma warning disable CS0618 this.UiSystem.DrawEarly(gameTime, this.SpriteBatch); + #pragma warning restore CS0618 this.DoDraw(gameTime); this.UiSystem.Draw(gameTime, this.SpriteBatch);