From f2159e8901ca31b4b29eea10d798ba5b9e67f213 Mon Sep 17 00:00:00 2001 From: DuckieTM Date: Fri, 5 Jun 2026 21:42:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pixiPatch.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pixiPatch.ts b/src/pixiPatch.ts index 8fd5a9f..bea0f24 100644 --- a/src/pixiPatch.ts +++ b/src/pixiPatch.ts @@ -1,5 +1,3 @@ -actly once, idempotent across HMR reloads. - */ import * as PIXI from 'pixi.js'; type AnyFn = (...args: unknown[]) => unknown;