Remove janky beatmap info wedge animation, restore pixel snapping.

This commit is contained in:
Dean Herbert
2016-12-18 16:50:39 +09:00
parent 9e00ca83e1
commit 2cbc528971
2 changed files with 3 additions and 5 deletions

View File

@ -61,6 +61,7 @@ namespace osu.Game.Screens.Select
(beatmapInfoContainer = new BufferedContainer
{
Depth = newDepth,
PixelSnapping = true,
CacheDrawnFrameBuffer = true,
Shear = -Shear,
RelativeSizeAxes = Axes.Both,