mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Don't apply version offset during diff calc
This commit is contained in:
parent
7d20efed2c
commit
0c4403ef16
@ -18,6 +18,7 @@ namespace osu.Game.Beatmaps.Formats
|
||||
public LegacyDifficultyCalculatorBeatmapDecoder(int version = LATEST_VERSION)
|
||||
: base(version)
|
||||
{
|
||||
ApplyOffsets = false;
|
||||
}
|
||||
|
||||
public new static void Register()
|
||||
|
Loading…
Reference in New Issue
Block a user