mirror of
https://github.com/ppy/osu
synced 2025-03-02 01:21:19 +00:00
Remove unnecessary pixelSnapping parameter
This was only required because there was text being rendered to the `BufferedContainer` content until now. Removing this should allow for better resolution in the background display (due to using a better minify scale mode).
This commit is contained in:
parent
4f12ae2711
commit
377af38d94
@ -27,7 +27,7 @@ namespace osu.Game.Screens.Select
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
|
||||||
InternalChild = new BufferedContainer(pixelSnapping: true)
|
InternalChild = new BufferedContainer()
|
||||||
{
|
{
|
||||||
CacheDrawnFrameBuffer = true,
|
CacheDrawnFrameBuffer = true,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Loading…
Reference in New Issue
Block a user