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

This commit is contained in:
Dean Herbert
2017-06-08 20:28:29 +09:00
19 changed files with 499 additions and 406 deletions

View File

@ -39,7 +39,7 @@ namespace osu.Game.Overlays.Settings.Sections.General
set
{
bounding = value;
Invalidate(Invalidation.Geometry);
Invalidate(Invalidation.MiscGeometry);
}
}