1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:52:55 +08:00

Fixing parameters naming

This commit is contained in:
frankhjwx 2018-05-21 10:41:58 +08:00
parent 68a929eb0c
commit 871743204b

View File

@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Catch.Difficulty
{ {
double bonus = direction_change_bonus / sqrtTime; double bonus = direction_change_bonus / sqrtTime;
// Weight bonus by how // Weight bonus by how
double bonusFactor = Math.Min(playerPositioningError, Math.Abs(LastMovement)) / playerPositioningError; double bonusFactor = Math.Min(playerPositioningError, Math.Abs(LastMovement)) / playerPositioningError;
// We want time to play a role twice here! // We want time to play a role twice here!