1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 11:42:54 +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)
: base(version)
{
ApplyOffsets = false;
}
public new static void Register()