mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-06 08:18:41 +07:00
Set IdSystem as a non processing system (should only need to run on add and remove, not every frame)
This commit is contained in:
@ -18,6 +18,7 @@ public class IdSystem extends EntitySystem implements EntityListener {
|
||||
|
||||
public IdSystem() {
|
||||
super(SystemPriority.IdSystem);
|
||||
setProcessing(false);
|
||||
}
|
||||
|
||||
public Entity getEntity(int id) {
|
||||
|
Reference in New Issue
Block a user