This commit is contained in:
Anuken
2020-02-08 16:00:54 -05:00
parent ba1f59aa71
commit 5169e197b6
8 changed files with 9 additions and 11 deletions

View File

@@ -115,8 +115,7 @@ public class EntityCollisions{
tree.clear();
group.each(s -> {
s.lastX(s.getX());
s.lastY(s.getY());
s.updateLastPosition();
tree.insert(s);
});
}