mirror of https://github.com/ppy/osu
Remove unnecessary call to updateVisibility
This commit is contained in:
parent
63ff722963
commit
a147b7186d
|
@ -361,7 +361,6 @@ public bool OnPressed(GlobalAction action)
|
|||
break;
|
||||
}
|
||||
|
||||
updateVisibility();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue