minor refrence error fixed, third times the charm...
This commit is contained in:
parent
cb3c0b37c7
commit
de60b49f6f
@ -129,7 +129,7 @@ class container {
|
|||||||
this.containers.forEach(cont => cont.renderContainer(ctx,refPos,refRot));
|
this.containers.forEach(cont => cont.renderContainer(ctx,refPos,refRot));
|
||||||
}
|
}
|
||||||
ctx.translate(center.d[0],center.d[1]);
|
ctx.translate(center.d[0],center.d[1]);
|
||||||
ctx.rotate(-origRot);
|
ctx.rotate(-refRot.getRadAngle());
|
||||||
ctx.translate(-center.d[0],-center.d[1]);
|
ctx.translate(-center.d[0],-center.d[1]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user