Skip to content

Commit

Permalink
fix: Use correct max speed
Browse files Browse the repository at this point in the history
  • Loading branch information
LisoUseInAIKyrios committed Oct 25, 2024
1 parent 08a82fa commit 4af6643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ object CustomPlaybackSpeedPatch : BytecodePatch(
)
replaceInstruction(
limiterMaxConstIndex,
"const/high16 v$limiterMaxConstDestination, 10.0f"
"const/high16 v$limiterMaxConstDestination, 8.0f"
)
}

Expand Down

0 comments on commit 4af6643

Please sign in to comment.