Fixed #9208
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user