mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-13 19:39:04 +07:00
Update order swap
This commit is contained in:
parent
60bb982450
commit
02004011ec
@ -154,9 +154,9 @@ public class Logic extends Module{
|
||||
}
|
||||
|
||||
Entities.update(puddleGroup);
|
||||
Entities.update(tileGroup);
|
||||
Entities.update(shieldGroup);
|
||||
Entities.update(bulletGroup);
|
||||
Entities.update(tileGroup);
|
||||
Entities.update(fireGroup);
|
||||
Entities.update(playerGroup);
|
||||
|
||||
|
@ -97,6 +97,7 @@ public class Bullet extends BulletEntity<BulletType> implements TeamTrait, SyncT
|
||||
supressOnce = true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void absorb(){
|
||||
supressCollision = true;
|
||||
remove();
|
||||
|
Loading…
Reference in New Issue
Block a user