1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-19 10:33:21 +08:00

Cache EditorBeatmap in test

This commit is contained in:
Dean Herbert 2020-01-21 17:35:36 +09:00
parent 8f16c1cb04
commit 195068ba9a

View File

@ -40,6 +40,8 @@ namespace osu.Game.Tests.Visual.Editor
var editorBeatmap = new EditorBeatmap((Beatmap<HitObject>)Beatmap.Value.Beatmap);
Dependencies.Cache(editorBeatmap);
Children = new Drawable[]
{
new FillFlowContainer