Merge remote-tracking branch 'upstream/master' into profile

# Conflicts:
#	osu.Game/Graphics/Containers/SectionsContainer.cs
This commit is contained in:
Dean Herbert
2017-07-13 13:44:21 +09:00
59 changed files with 590 additions and 360 deletions

View File

@ -85,6 +85,7 @@ namespace osu.Game.Graphics.Containers
if (value == null) return;
headerBackgroundContainer.Add(headerBackground);
lastKnownScroll = float.NaN;
}
}