修复了闲置播放紫谱忘记改touch速度的问题

This commit is contained in:
Minepig
2024-10-04 13:45:50 +08:00
parent 4fd2fc7e00
commit a36da6ebde

View File

@@ -16,6 +16,7 @@ namespace AquaMai.UX
{
var userOption = Singleton<GamePlayManager>.Instance.GetGameScore(i).UserOption;
userOption.NoteSpeed = OptionNotespeedID.Speed6_5;
userOption.TouchSpeed = OptionTouchspeedID.Speed7_0;
}
}