1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Minor tslint fix

This commit is contained in:
tobspr 2020-06-27 10:39:28 +02:00
parent 419401b9be
commit e59d94360c

View File

@ -159,7 +159,7 @@ export class HUDWaypoints extends BaseHUDPart {
*/
const [newCanvas, context] = makeOffscreenBuffer(48, 48, {
smooth: true,
label: canvas.label + "-waypoint-" + i,
label: label + "-waypoint-" + i,
});
context.drawImage(canvas, 0, 0);
element.appendChild(newCanvas);