Fixed bug with GUIComponent children changing order in parent's list
This commit is contained in:
@@ -153,7 +153,7 @@ namespace Barotrauma
|
||||
private bool OnClicked(GUIComponent component, object obj)
|
||||
{
|
||||
if (wasOpened) return false;
|
||||
|
||||
|
||||
wasOpened = true;
|
||||
Dropped = !Dropped;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user