Refactored out changes in StarRatingDisplay

This commit is contained in:
Denrage
2021-05-05 13:13:37 +02:00
parent 377af38d94
commit cf6ed7a7cf
3 changed files with 97 additions and 118 deletions

View File

@ -27,7 +27,7 @@ namespace osu.Game.Screens.Select
{
RelativeSizeAxes = Axes.Both;
InternalChild = new BufferedContainer()
InternalChild = new BufferedContainer
{
CacheDrawnFrameBuffer = true,
RelativeSizeAxes = Axes.Both,