mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Don't apply version offset during diff calc
This commit is contained in:
@ -18,6 +18,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
public LegacyDifficultyCalculatorBeatmapDecoder(int version = LATEST_VERSION)
|
||||
: base(version)
|
||||
{
|
||||
ApplyOffsets = false;
|
||||
}
|
||||
|
||||
public new static void Register()
|
||||
|
Reference in New Issue
Block a user