Fixed #9208
This commit is contained in:
@@ -185,7 +185,9 @@ public class Renderer implements ApplicationListener{
|
|||||||
if(landTime > 0){
|
if(landTime > 0){
|
||||||
if(!state.isPaused()){
|
if(!state.isPaused()){
|
||||||
CoreBuild build = landCore == null ? player.bestCore() : landCore;
|
CoreBuild build = landCore == null ? player.bestCore() : landCore;
|
||||||
build.updateLandParticles();
|
if(build != null){
|
||||||
|
build.updateLandParticles();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!state.isPaused()){
|
if(!state.isPaused()){
|
||||||
|
|||||||
Reference in New Issue
Block a user