1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:03:08 +08:00

Don't apply version offset during diff calc

This commit is contained in:
smoogipoo 2018-10-11 13:53:49 +09:00
parent 7d20efed2c
commit 0c4403ef16

View File

@ -18,6 +18,7 @@ namespace osu.Game.Beatmaps.Formats
public LegacyDifficultyCalculatorBeatmapDecoder(int version = LATEST_VERSION) public LegacyDifficultyCalculatorBeatmapDecoder(int version = LATEST_VERSION)
: base(version) : base(version)
{ {
ApplyOffsets = false;
} }
public new static void Register() public new static void Register()