Minor tslint fix

This commit is contained in:
tobspr 2020-06-27 10:39:28 +02:00
parent 419401b9be
commit e59d94360c
1 changed files with 1 additions and 1 deletions

View File

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