mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Fixed last error for running
This commit is contained in:
parent
07dff668d3
commit
3c246ff0f8
@ -53,7 +53,7 @@ export class ItemProcessorOverlaysSystem extends GameSystem {
|
|||||||
this.drawnUids.add(entity.uid);
|
this.drawnUids.add(entity.uid);
|
||||||
|
|
||||||
if (ItemProcessorOverlaysSystem.processorOverlayStatic[requirement])
|
if (ItemProcessorOverlaysSystem.processorOverlayStatic[requirement])
|
||||||
ItemProcessorOverlaysSystem.processorOverlayStatic[requirement](
|
ItemProcessorOverlaysSystem.processorOverlayStatic[requirement].bind(this)(
|
||||||
parameters,
|
parameters,
|
||||||
chunk,
|
chunk,
|
||||||
entity,
|
entity,
|
||||||
|
Loading…
Reference in New Issue
Block a user