mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Fixed #9208
This commit is contained in:
parent
12769dd52b
commit
a0a0b5942e
@ -185,7 +185,9 @@ public class Renderer implements ApplicationListener{
|
||||
if(landTime > 0){
|
||||
if(!state.isPaused()){
|
||||
CoreBuild build = landCore == null ? player.bestCore() : landCore;
|
||||
build.updateLandParticles();
|
||||
if(build != null){
|
||||
build.updateLandParticles();
|
||||
}
|
||||
}
|
||||
|
||||
if(!state.isPaused()){
|
||||
|
Loading…
Reference in New Issue
Block a user