1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 03:22:55 +08:00

Remove accidental blank line

This commit is contained in:
Dean Herbert 2019-08-16 20:23:09 +09:00
parent d11b896148
commit 152df9f3d5

View File

@ -124,7 +124,6 @@ namespace osu.Game.Rulesets.UI
requireMoreUpdateLoops = false; requireMoreUpdateLoops = false;
return; return;
} }
else if (firstConsumption) else if (firstConsumption)
{ {
// On the first update, frame-stability seeking would result in unexpected/unwanted behaviour. // On the first update, frame-stability seeking would result in unexpected/unwanted behaviour.