Fix flashing when changing beat divisor

This commit is contained in:
smoogipoo
2020-05-14 19:58:39 +09:00
parent 42c3d892cd
commit 0e33494074
2 changed files with 12 additions and 4 deletions

View File

@ -60,9 +60,9 @@ namespace osu.Game.Rulesets.Mania.Edit
public IScrollingInfo ScrollingInfo => drawableRuleset.ScrollingInfo;
protected override void Update()
protected override void UpdateAfterChildren()
{
base.Update();
base.UpdateAfterChildren();
if (BlueprintContainer.CurrentTool is SelectTool)
{