Various tweaks

This commit is contained in:
Anuken
2020-09-12 21:41:43 -04:00
parent e5ff429241
commit 8234f31e83
20 changed files with 105 additions and 24 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ public class EntityGroup<T extends Entityc> implements Iterable<T>{
each(Entityc::update);
}
public void copy(Seq arr){
public void copy(Seq<T> arr){
arr.addAll(array);
}