From 954225396bd937bcf8172101ffc96ad80907d1f7 Mon Sep 17 00:00:00 2001 From: tanglong <842690096@qq.com> Date: Sun, 12 Oct 2025 18:24:06 +0800 Subject: [PATCH] vvv --- 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 4cd7f57..81ec7ed 100644 --- a/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs +++ b/Wpf_AiSportsMicrospace/Views/JumpRope/GroupJumpRope.xaml.cs @@ -321,7 +321,6 @@ namespace Wpf_AiSportsMicrospace.Views // X 范围匹配 → 未出圈的人 if (xRightNorm >= (circleX - radiusNormX) && xRightNorm <= (circleX + radiusNormX)) { - IsGameStarted = true; return hu; // 返回给计数逻辑 } }