Clear/stop selection box on inventory close

This commit is contained in:
Tyfon
2024-07-05 15:05:34 -07:00
parent a8291a7da5
commit 26dac3eab3

View File

@@ -45,6 +45,7 @@ namespace UIFixes
public void OnDisable()
{
drawing = false;
MultiSelect.Clear();
}