mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 12:07:27 +08:00
[F] 0.10000000149011612
This commit is contained in:
@@ -11,14 +11,14 @@ public class JudgeAdjust
|
||||
[HarmonyPatch(typeof(UserOption), "GetAdjustMSec")]
|
||||
public static void GetAdjustMSec(ref float __result)
|
||||
{
|
||||
__result += AquaMai.AppConfig.Utils.JudgeAdjustA * 16.666666f;
|
||||
__result += (float)AquaMai.AppConfig.Utils.JudgeAdjustA * 16.666666f;
|
||||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(UserOption), "GetJudgeTimingFrame")]
|
||||
public static void GetJudgeTimingFrame(ref float __result)
|
||||
{
|
||||
__result += AquaMai.AppConfig.Utils.JudgeAdjustB;
|
||||
__result += (float)AquaMai.AppConfig.Utils.JudgeAdjustB;
|
||||
}
|
||||
|
||||
[HarmonyPrefix]
|
||||
|
||||
Reference in New Issue
Block a user