Update usages of BufferedContainer in line with framework changes

This commit is contained in:
Dean Herbert
2021-11-05 15:54:27 +09:00
parent 9b5ed791b5
commit 6399c695e8
11 changed files with 13 additions and 23 deletions

View File

@ -27,9 +27,8 @@ namespace osu.Game.Screens.Select
{
RelativeSizeAxes = Axes.Both;
InternalChild = new BufferedContainer
InternalChild = new BufferedContainer(cachedFrameBuffer: true)
{
CacheDrawnFrameBuffer = true,
RelativeSizeAxes = Axes.Both,
Children = new Drawable[]
{