mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +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) {
|
||||
// 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue