From 65f1fe6270280ce1b2080183d9a85eed27c20fa9 Mon Sep 17 00:00:00 2001 From: cha0s Date: Mon, 5 Aug 2024 13:57:15 -0500 Subject: [PATCH] chore: lint --- app/ecs/components/sprite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/ecs/components/sprite.js b/app/ecs/components/sprite.js index 387ce25..2c2b309 100644 --- a/app/ecs/components/sprite.js +++ b/app/ecs/components/sprite.js @@ -92,7 +92,7 @@ export default class Sprite extends Component { set lightness(lightness) { this.$$lightness = lightness; const [h, s] = hexToHsl(this.$$tint); - super.tint = hslToHex(h, s, lightness);; + super.tint = hslToHex(h, s, lightness); } get rotates() { if (!this.$$sourceJson.meta) {