mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
updated ui docs for the previous change
This commit is contained in:
parent
94dec34470
commit
37f0470e4f
1 changed files with 0 additions and 3 deletions
|
@ -22,9 +22,6 @@ protected override void Update(GameTime gameTime) {
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void Draw(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);
|
this.GraphicsDevice.Clear(Color.CornflowerBlue);
|
||||||
// Do your regular game drawing here
|
// Do your regular game drawing here
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue