This commit is contained in:
tanglong 2025-10-14 14:53:34 +08:00
parent b6719a55d9
commit acce725053

View File

@ -474,7 +474,6 @@ namespace Wpf_AiSportsMicrospace.Views
currentItem.ImageState = "2"; currentItem.ImageState = "2";
} }
}; };
sport.PointThreshold = 0.03f;
sport.Start(); sport.Start();
sports.Add(sport); sports.Add(sport);
} }