1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-20 00:12:55 +08:00

Start at version 128

This commit is contained in:
smoogipoo 2019-12-13 19:11:45 +09:00
parent abf3f341b7
commit 0ad28a9400

View File

@ -17,7 +17,7 @@ namespace osu.Game.Beatmaps.Formats
{
public class LegacyBeatmapEncoder
{
public const int LATEST_VERSION = 14234;
public const int LATEST_VERSION = 128;
private readonly IBeatmap beatmap;