Adds missing gas canisters and improves the UI (#2794)

* Adds missing gas canisters and improves the UI

* Pad the label
This commit is contained in:
ike709
2020-12-21 04:52:50 -06:00
committed by GitHub
parent 5b60d24dcb
commit d9d168a324
3 changed files with 113 additions and 7 deletions

View File

@@ -111,5 +111,12 @@ namespace Content.Client.GameObjects.Components.Atmos
_window?.UpdateState(cast);
}
protected override void Dispose(bool disposing)
{
base.Dispose(disposing);
if (!disposing) return;
_window?.Dispose();
}
}
}