mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Minor tslint fix
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user