mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Make BeatmapStore's BeatmapDatabase private
This commit is contained in:
@ -34,7 +34,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
store = new BeatmapStore(storage, null, backingDatabase, rulesets);
|
||||
|
||||
for (int i = 0; i < 100; i += 10)
|
||||
store.Database.Add(createTestBeatmapSet(i));
|
||||
store.Import(createTestBeatmapSet(i));
|
||||
}
|
||||
|
||||
Add(songSelect = new PlaySongSelect());
|
||||
|
Reference in New Issue
Block a user