1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 03:52:54 +08:00

Fix failing test scene

This commit is contained in:
Andrei Zavatski 2020-02-03 21:49:21 +03:00
parent 824ee8a888
commit e42b95974a

View File

@ -60,7 +60,7 @@ namespace osu.Game.Overlays
}, },
}; };
header.Current.BindTo(Current); header.Post.BindTo(Current);
Current.TriggerChange(); Current.TriggerChange();
} }