mirror of
https://forge.murkfall.net/bluesaxman/blue.js.git
synced 2026-03-13 09:34:20 -06:00
minor refrence error fixed, third times the charm...
This commit is contained in:
@@ -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]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user