1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-23 02:57:25 +08:00

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

@ -1 +1 @@
Subproject commit 777996fb9731ba1895a5ab1323cbbc97259ff741
Subproject commit 4de8400d5b3169bddb9fea7b25ed2498a166c14d

View File

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