mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Don't redraw certain buffered containers on scale change
This commit is contained in:
@ -57,8 +57,9 @@ namespace osu.Game.Graphics.Backgrounds
|
||||
|
||||
AddInternal(bufferedContainer = new BufferedContainer
|
||||
{
|
||||
CacheDrawnFrameBuffer = true,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
CacheDrawnFrameBuffer = true,
|
||||
RedrawOnScale = false,
|
||||
Child = Sprite
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user