NotStarted
This commit is contained in:
parent
4678a34a34
commit
02619ca62e
@ -295,7 +295,7 @@ namespace Wpf_AiSportsMicrospace.Views
|
||||
ShowRankingBoard(RankingItemList);
|
||||
Utils.StopBackgroundMusic();
|
||||
|
||||
_currentGameState = GameState.Running;
|
||||
_currentGameState = GameState.NotStarted;
|
||||
_mainWin.HumanFrameUpdated += OnHumanFrameUpdated;
|
||||
_mainWin.WebcamClient.StartExtract();
|
||||
}
|
||||
|
||||
@ -301,7 +301,7 @@ namespace Wpf_AiSportsMicrospace.Views.JumpRope
|
||||
|
||||
|
||||
// 更新游戏状态
|
||||
_currentGameState = GameState.Running;
|
||||
_currentGameState = GameState.NotStarted;
|
||||
|
||||
// 恢复视频流
|
||||
Application.Current.Dispatcher.Invoke(() =>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user