diff --git a/mod_examples/custom_drawing.js b/mod_examples/custom_drawing.js index 23099d6f..23158911 100644 --- a/mod_examples/custom_drawing.js +++ b/mod_examples/custom_drawing.js @@ -33,7 +33,6 @@ class ItemProcessorStatusGameSystem extends shapez.GameSystem { context.strokeStyle = "#000"; context.lineWidth = 1; - const timeFactor = 15.23 * this.root.time.now(); context.beginCircle(center.x + 5, center.y + 5, 4); context.fill(); context.stroke();