Merge pull request #3697 from peppy/fix-compose-mode

Fix compose mode not working
This commit is contained in:
Dan Balasescu 2018-11-09 12:33:17 +09:00 committed by GitHub
commit 0833ba2692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ private void load(IBindableBeatmap beatmap, IFrameBasedClock framedClock)
layerBelowRuleset.Child = new EditorPlayfieldBorder { RelativeSizeAxes = Axes.Both };
var layerAboveRuleset = CreateLayerContainer();
layerAboveRuleset.Child = new BlueprintContainer();
layerAboveRuleset.Child = blueprintContainer = new BlueprintContainer();
layerContainers.Add(layerBelowRuleset);
layerContainers.Add(layerAboveRuleset);