mirror of https://github.com/hykilpikonna/AquaDX
Merge pull request #56 from shirokosunaookami/patch-1
Fix QuickRetry when use io4 firmwarepull/60/head
commit
587993c957
|
@ -78,7 +78,7 @@ namespace AquaMai.UX
|
||||||
traverse.Method("SetRelease").GetValue();
|
traverse.Method("SetRelease").GetValue();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Input.GetKey(KeyCode.Alpha7))
|
if (Input.GetKey(KeyCode.Alpha7) || InputManager.GetSystemInputPush(InputManager.SystemButtonSetting.ButtonService))
|
||||||
{
|
{
|
||||||
// This is original typo in Assembly-CSharp
|
// This is original typo in Assembly-CSharp
|
||||||
Singleton<GamePlayManager>.Instance.SetQuickRetryFrag(flag: true);
|
Singleton<GamePlayManager>.Instance.SetQuickRetryFrag(flag: true);
|
||||||
|
|
Loading…
Reference in New Issue