Cleanup of TODOs

This commit is contained in:
Anuken
2018-11-24 08:21:22 -05:00
parent 6f5df6a671
commit 6bfd57097f
11 changed files with 2 additions and 13 deletions

View File

@@ -21,7 +21,6 @@ import io.anuke.ucore.util.ThreadArray;
import static io.anuke.mindustry.Vars.*;
//TODO consider using quadtrees for finding specific types of blocks within an area
//TODO maybe use Arrays instead of ObjectSets?
/**Class used for indexing special target blocks for AI.*/
@SuppressWarnings("unchecked")