Merge pull request #189 from SirCmpwn/general-fixes

General fixes
This commit is contained in:
Dean Herbert
2016-11-26 16:56:07 +09:00
committed by GitHub
7 changed files with 59 additions and 52 deletions

View File

@ -73,11 +73,8 @@ namespace osu.Game.Screens.Select
}
}
/// <param name="database">Optionally provide a database to use instead of the OsuGame one.</param>
public PlaySongSelect(BeatmapDatabase database = null)
public PlaySongSelect()
{
this.database = database;
const float carouselWidth = 640;
const float bottomToolHeight = 50;
Children = new Drawable[]