Fixed comment

This commit is contained in:
Matthew Casperson
2019-03-19 09:47:11 +10:00
parent 585c78f8a5
commit 8356058b6d

View File

@@ -78,8 +78,8 @@ export default class Cluster extends PIXI.Graphics {
}
/*
Place unassigned pods to the left of the master nodes, or
to the left of the worker nodes if there were no masters.
Place unassigned pods to the right of the master nodes, or
to the right of the worker nodes if there were no masters.
*/
var unassignedX = masterX === left ? workerX : masterX