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);