We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在关闭双押提示后,构成双押的note仍然被放大
The text was updated successfully, but these errors were encountered:
能详细说明吗?
Sorry, something went wrong.
/phira-main/prpr/src/core/note.rs 第189行~193行 let scale = (if self.multiple_hint { ^^^缺少条件,应保持与211行的 if self.multiple_hint && res.config.double_hint 一致 res.res_pack.note.style_mh.click.width() / res.res_pack.note_style.click.width() } else { 1.0 }) * res.note_width;
下边三押和上面的两个note大小明显不同
fix(#85): multi-hint
fa9aba2
fix(#85): multi-hint (#277)
740c203
No branches or pull requests
在关闭双押提示后,构成双押的note仍然被放大
The text was updated successfully, but these errors were encountered: