mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix incorrect maxBaseScore
accounting due to silly oversight
This commit is contained in:
parent
d5666ca717
commit
f08270f6b0
@ -191,7 +191,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
|
||||
void applyHitV2(int baseScore)
|
||||
{
|
||||
maxBaseScore += baseScore;
|
||||
maxBaseScore += base_great;
|
||||
currentBaseScore += baseScore;
|
||||
comboPortion += baseScore * (1 + ++currentCombo / 10.0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user