mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-04-25 15:37:35 -05:00
[F] Remove debug log
This commit is contained in:
parent
78925f88f1
commit
3f84667139
|
|
@ -21,7 +21,7 @@ public class DebugFeature
|
|||
{
|
||||
GameManager.AutoPlay = (GameManager.AutoPlayMode)((int)(GameManager.AutoPlay + 1) % Enum.GetNames(typeof(GameManager.AutoPlayMode)).Length);
|
||||
}
|
||||
else if (DebugInput.GetKeyDown(KeyCode.Return))
|
||||
else if (Input.GetKeyDown(KeyCode.Return))
|
||||
{
|
||||
isPause = !isPause;
|
||||
SoundManager.PauseMusic(isPause);
|
||||
|
|
|
|||
|
|
@ -116,11 +116,4 @@ public class ExtendNotesPool
|
|||
____barGuideObjectList.Add(barGuide);
|
||||
}
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(SlideRoot), "UpdateAlpha")]
|
||||
public static void UpdateAlpha(int ____dispLaneNum)
|
||||
{
|
||||
MelonLogger.Msg(____dispLaneNum);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user