This commit is contained in:
Anuken 2023-10-28 09:29:28 -04:00
parent 12769dd52b
commit a0a0b5942e

View File

@ -185,8 +185,10 @@ public class Renderer implements ApplicationListener{
if(landTime > 0){
if(!state.isPaused()){
CoreBuild build = landCore == null ? player.bestCore() : landCore;
if(build != null){
build.updateLandParticles();
}
}
if(!state.isPaused()){
landTime -= Time.delta;