From acce725053d689509012c1a6b769053abb455252 Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Tue, 14 Oct 2025 14:53:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs b/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs index 48e0688..2aa70df 100644 --- a/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs +++ b/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs @@ -474,7 +474,6 @@ namespace Wpf_AiSportsMicrospace.Views currentItem.ImageState = "2"; } }; - sport.PointThreshold = 0.03f; sport.Start(); sports.Add(sport); }