1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 05:42:56 +08:00

revert empty line

This commit is contained in:
chrisny286 2019-01-23 02:56:00 +01:00
parent 12503b4d07
commit 13ba9d64d0

View File

@ -125,6 +125,7 @@ namespace osu.Game.Screens.Play
set set
{ {
if (allowSeeking == value) return; if (allowSeeking == value) return;
allowSeeking = value; allowSeeking = value;
updateBarVisibility(); updateBarVisibility();
} }