mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix CI issues
This commit is contained in:
@ -404,7 +404,7 @@ namespace osu.Game.Online.Leaderboards
|
||||
var now = DateTime.Now;
|
||||
var difference = now - Date;
|
||||
|
||||
const double seconds_to_blank = 60*45;
|
||||
const double seconds_to_blank = 60 * 45;
|
||||
const double tense_factor = 2.325;
|
||||
|
||||
double tf = Math.Pow(difference.TotalSeconds / seconds_to_blank, tense_factor);
|
||||
|
Reference in New Issue
Block a user