Removed new line

This commit is contained in:
MrTheMake
2017-05-25 14:19:04 +02:00
parent 9ea70b849b
commit c32d816f9c
2 changed files with 1 additions and 2 deletions

View File

@ -288,7 +288,6 @@ namespace osu.Game.Overlays
direction = last > next ? TransformDirection.Prev : TransformDirection.Next;
}
updateDisplay(beatmapBacking, direction);
queuedDirection = null;
}