From 525abc95128a8876d96c2f3fa6388118237827ae Mon Sep 17 00:00:00 2001 From: yinsx Date: Mon, 5 Jan 2026 11:40:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 27969a5..80ec0b0 100644 --- a/src/main.ts +++ b/src/main.ts @@ -48,8 +48,6 @@ const kernel = { await mainApp.Awake(); await mainApp.loadModel(); - - this.debugMorphTargets(); } };