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:
parent
419401b9be
commit
e59d94360c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user