mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-18 16:02:19 +01:00
Unlimited bogeys
- Fix jerkiness and off-screening issues
This commit is contained in:
parent
2f4968e15e
commit
3a84808379
1 changed files with 5 additions and 2 deletions
|
@ -77,12 +77,15 @@ public class CarriageContraptionInstance extends EntityInstance<CarriageContrapt
|
|||
@Override
|
||||
public void remove() {
|
||||
if (bogeys == null) return;
|
||||
|
||||
|
||||
bogeys.forEach(instance -> {
|
||||
if (instance != null)
|
||||
instance.remove();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public boolean decreaseFramerateWithDistance() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue