mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Cache EditorBeatmap in test
This commit is contained in:
@ -40,6 +40,8 @@ namespace osu.Game.Tests.Visual.Editor
|
|||||||
|
|
||||||
var editorBeatmap = new EditorBeatmap((Beatmap<HitObject>)Beatmap.Value.Beatmap);
|
var editorBeatmap = new EditorBeatmap((Beatmap<HitObject>)Beatmap.Value.Beatmap);
|
||||||
|
|
||||||
|
Dependencies.Cache(editorBeatmap);
|
||||||
|
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new FillFlowContainer
|
new FillFlowContainer
|
||||||
|
Reference in New Issue
Block a user