Removed menu reference

This commit is contained in:
Matthew Casperson
2019-03-19 09:46:19 +10:00
parent 02a101ff99
commit 585c78f8a5

View File

@@ -84,7 +84,7 @@ export default class Cluster extends PIXI.Graphics {
var unassignedX = masterX === left ? workerX : masterX
for (const pod of Object.values(this.cluster.unassigned_pods)) {
var podBox = Pod.getOrCreate(pod, this, this.tooltip, this.menu)
var podBox = Pod.getOrCreate(pod, this, this.tooltip)
podBox.x = unassignedX
podBox.y = masterY
podBox.draw()