Merge branch 'master' into editor-seek-snapping-fix

This commit is contained in:
Dean Herbert
2018-06-27 11:08:19 +09:00
committed by GitHub
58 changed files with 2883 additions and 1618 deletions

View File

@ -114,7 +114,7 @@ namespace osu.Game.Tests.Visual
private class TestPlayfield : ScrollingPlayfield
{
public readonly ScrollingDirection Direction;
public new readonly ScrollingDirection Direction;
public TestPlayfield(ScrollingDirection direction)
: base(direction)