Unstable 0.1500.7.0 (No edition)
This commit is contained in:
@@ -14,9 +14,9 @@ namespace Barotrauma.Items.Components
|
||||
currentTarget?.UpdateHUD(cam, character,deltaTime);
|
||||
}
|
||||
|
||||
public override void AddToGUIUpdateList()
|
||||
public override void AddToGUIUpdateList(int order = 0)
|
||||
{
|
||||
currentTarget?.AddToGUIUpdateList();
|
||||
currentTarget?.AddToGUIUpdateList(order: -1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user