Merge pull request #168 from huoyaoyuan/fixes

Fixes for music controller
This commit is contained in:
Dean Herbert
2016-11-14 16:11:31 +09:00
committed by GitHub
4 changed files with 23 additions and 19 deletions

View File

@ -109,10 +109,7 @@ namespace osu.Game
}
});
(modeStack = new Intro
{
Beatmap = Beatmap
}).Preload(this, d =>
(modeStack = new Intro()).Preload(this, d =>
{
mainContent.Add(d);