Remove unnecessary call to updateVisibility

This commit is contained in:
Dean Herbert 2020-12-01 14:01:34 +09:00
parent 63ff722963
commit a147b7186d

View File

@ -361,7 +361,6 @@ namespace osu.Game.Screens.Play
break; break;
} }
updateVisibility();
return true; return true;
} }