exch-bms2 / beatoraja

Cross-platform rhythm game based on Java and libGDX.
GNU General Public License v3.0
623 stars 146 forks source link

Percentage of StaticTargetProperty is wrong #809

Open sr8e opened 4 weeks ago

sr8e commented 4 weeks ago

AAAとMAXの間にAAA+だけがあってMAX-がないため、StaticTargetPropertyのパーセンテージが3.70% (1/27)だけ上にずれている。 例えばRank AAAは 88.88% (8/9)のはずだが、実際は92.59% (25/27)になっている。

Since there is not “MAX-” target between AAA and MAX, the percentage of StaticTargetProperty (other than MAX) is shifted upward by 3.70% (1/27). For example, rank AAA should be 88.88% (8/9) but it actually is 92.59% (25/27).

https://github.com/exch-bms2/beatoraja/blob/0b8a2178f0fdd99522494d1c4328d15c4cb5d4a2/src/bms/player/beatoraja/play/TargetProperty.java#L117-L138