Merge branch 'master' into use-class-rename

This commit is contained in:
Bartłomiej Dach
2021-11-07 15:41:00 +01:00
committed by GitHub
23 changed files with 95 additions and 69 deletions

View File

@ -136,10 +136,9 @@ namespace osu.Game.Rulesets.Osu.Statistics
}
}
},
bufferedGrid = new BufferedContainer
bufferedGrid = new BufferedContainer(cachedFrameBuffer: true)
{
RelativeSizeAxes = Axes.Both,
CacheDrawnFrameBuffer = true,
BackgroundColour = Color4Extensions.FromHex("#202624").Opacity(0),
Child = pointGrid = new GridContainer
{