1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Bring database snapshot in line with specs

This commit is contained in:
Dean Herbert 2020-03-02 18:55:52 +09:00
parent 489bf16bea
commit 3404b09010

View File

@ -43,7 +43,7 @@ namespace osu.Game.Migrations
b.Property<int>("ID")
.ValueGeneratedOnAdd();
b.Property<int>("AudioLeadIn");
b.Property<double>("AudioLeadIn");
b.Property<double>("BPM");