fix: account for JudgeAdjust.B offset in UnstableRate display #106
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes a calculation error in the Unstable Rate display (introduced in #101)
就是对之前某个社区功能的小修,原来如果在Mods.GameSettings.JudgeAdjust中的B判改变数值,那不会在Unstable Rate那个条上面正确反映,比如说我下面这个视频里即使所有音符几乎都是大P,但显示条显示的还是偏右的粉(我这台机子是B判=-4.0)
BEFORE.mov
现在可以mod可以读取JudgeAdjust里面的B判并自行调整了,(A判不受影响因为只是动画)
AFTER.mov