mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Allow toggling debug info and fix miners sometimes being incorrectly culled
This commit is contained in:
@@ -104,7 +104,7 @@ export class MinerSystem extends GameSystemWithFilter {
|
||||
if (entity && entity.components.Miner) {
|
||||
const staticComp = entity.components.StaticMapEntity;
|
||||
if (!staticComp.shouldBeDrawn(parameters)) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
|
||||
const lowerLayerItem = this.root.map.getLowerLayerContentXY(
|
||||
|
||||
Reference in New Issue
Block a user