1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-15 05:38:46 +02:00

updated ui docs for the previous change

This commit is contained in:
Ell 2022-03-26 21:18:48 +01:00
parent 94dec34470
commit 37f0470e4f

View file

@ -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