Skip to content

Commit

Permalink
Fixed Cutinfo params ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
NSGolova committed Dec 24, 2022
1 parent d21d60f commit fafab31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RthythmGameModifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ namespace BeatLeaderModifiers {
AudioTimeSyncController* audioTimeSyncController;

float badTiming = 0.04;
float goodTiming = 0.045;
float goodTiming = 0.035;

MAKE_HOOK_MATCH(
NoteCut,
Expand Down Expand Up @@ -109,8 +109,8 @@ namespace BeatLeaderModifiers {
derefCutInfo.cutDirDeviation,
derefCutInfo.cutPoint,
derefCutInfo.cutNormal,
timingRating / 3,
derefCutInfo.cutAngle,
timingRating / 3.0,
derefCutInfo.worldRotation,
derefCutInfo.inverseWorldRotation,
derefCutInfo.noteRotation,
Expand Down

0 comments on commit fafab31

Please sign in to comment.