From e14c54c3a4b41a2526b7112c7de47ecfa131bc08 Mon Sep 17 00:00:00 2001 From: ww-rm Date: Sun, 26 Oct 2025 17:35:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=97=B6=E9=97=B4=E8=BD=B4?= =?UTF-8?q?=E5=A4=84=E7=90=86=E9=A1=BA=E5=BA=8F?= 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 2af94ef..54f1ece 100644 --- a/SpineViewerCLI/ExportCommand.cs +++ b/SpineViewerCLI/ExportCommand.cs @@ -316,9 +316,9 @@ namespace SpineViewerCLI // TODO: 设置要启用的插槽 // 时间轴处理 - spine.Update(result.GetValue(OptTime)); var warmup = result.GetValue(OptWarmUp); spine.Update(warmup < 0 ? spine.GetAnimationMaxDuration() : warmup); + spine.Update(result.GetValue(OptTime)); var exporter = GetExporterFilledWithArgs(result, spine);