From 71780e6d6049a7551c0193bd433e910c1380f22b Mon Sep 17 00:00:00 2001 From: Davide Tantillo Date: Mon, 17 Mar 2025 15:08:22 +0100 Subject: [PATCH] formatter --- spine-ts/spine-webgl/src/SpineWebComponentWidget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-ts/spine-webgl/src/SpineWebComponentWidget.ts b/spine-ts/spine-webgl/src/SpineWebComponentWidget.ts index b27ab0dae..4b162affc 100644 --- a/spine-ts/spine-webgl/src/SpineWebComponentWidget.ts +++ b/spine-ts/spine-webgl/src/SpineWebComponentWidget.ts @@ -2185,7 +2185,7 @@ class SpineWebComponentOverlay extends HTMLElement implements OverlayAttributes, return window.devicePixelRatio / this.scaleDPR; } - private scaleSkeletonDPR() { + private scaleSkeletonDPR () { this.skeletonList.forEach((widget) => { // inside mode scale automatically to fit the skeleton within its parent if (widget.mode !== "origin" && widget.fit !== "none") return;