More misc cleanup

This commit is contained in:
Anuken
2021-03-17 17:39:50 -04:00
parent 786d638ad0
commit c7cbe50876
6 changed files with 17 additions and 13 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ public class EntityGroup<T extends Entityc> implements Iterable<T>{
}
public void update(){
each(Entityc::update);
for(index = 0; index < array.size; index++){
array.items[index].update();
}
}
public Seq<T> copy(Seq<T> arr){