mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
disallow progress bars from being selected
This commit is contained in:
parent
e38d95c665
commit
88ce9de00a
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ namespace MLEM.Ui.Elements {
|
|||
this.Direction = direction;
|
||||
this.MaxValue = maxValue;
|
||||
this.currentValue = currentValue;
|
||||
this.CanBeSelected = false;
|
||||
}
|
||||
|
||||
public override void Draw(GameTime time, SpriteBatch batch, float alpha) {
|
||||
|
|
Loading…
Reference in a new issue