From 997d55350d7df2647486425699d618b124f6b884 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 26 Oct 2025 21:28:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=AF=E8=83=BD=E7=9A=84?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E6=B3=84=E9=9C=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SpineViewerCLI/ExportCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpineViewerCLI/ExportCommand.cs b/SpineViewerCLI/ExportCommand.cs index 058f8dd..9d819c0 100644 --- a/SpineViewerCLI/ExportCommand.cs +++ b/SpineViewerCLI/ExportCommand.cs @@ -320,7 +320,7 @@ namespace SpineViewerCLI spine.Update(warmup < 0 ? spine.GetAnimationMaxDuration() : warmup); spine.Update(result.GetValue(OptTime)); - var exporter = GetExporterFilledWithArgs(result, spine); + using var exporter = GetExporterFilledWithArgs(result, spine); // 创建输出目录 string output = result.GetValue(OptOutput);