1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 22:40:42 +08:00

Pull beatmap list from db and render simple list

This commit is contained in:
Drew DeVault
2016-10-19 10:31:10 -04:00
Unverified
parent 2ef516a6fa
commit a14edc06c8
4 changed files with 28 additions and 8 deletions
+1 -1
View File
@@ -125,4 +125,4 @@ namespace osu.Game.Database
connection.Update(record);
}
}
}
}