mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix incorrect maxBaseScore
accounting due to silly oversight
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user