1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-13 18:21:51 +00:00

Remove unused code

This commit is contained in:
tobspr 2022-01-16 17:18:24 +01:00
parent 88f9807274
commit 8ad1c1bf9d

View File

@ -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();