Removed CampaignData.java/GlobalData.java

This commit is contained in:
Anuken
2020-06-20 12:28:24 -04:00
parent ec4a5880b7
commit 25338ff1cf
13 changed files with 66 additions and 80 deletions

View File

@@ -201,7 +201,7 @@ public class Units{
/** Iterates over all units in a rectangle. */
public static void nearby(Team team, float x, float y, float width, float height, Cons<Unitc> cons){
teamIndex.tree(team).intersect(height, x, y, width, cons);
teamIndex.tree(team).intersect(x, y, width, height, cons);
}
/** Iterates over all units in a circle around this position. */