Possible ShieldArcAbility tunneling fix

This commit is contained in:
Anuken
2024-09-10 13:16:34 -04:00
parent e56fd3a0d7
commit 4fc48fabb5
2 changed files with 7 additions and 5 deletions

View File

@@ -291,6 +291,8 @@ public class WaveGraph extends Table{
maxHealth = Math.max(maxHealth, healthsum);
}
used.orderedItems().sort();
ObjectSet<UnitType> usedCopy = new ObjectSet<>(used);
colors.clear();