1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

BeatmapBackgroundSprite public -> internal

This commit is contained in:
DrabWeb 2017-05-19 16:02:42 -03:00
parent e1c4c36122
commit c6320c0f11

View File

@ -6,7 +6,7 @@ using osu.Framework.Graphics.Sprites;
namespace osu.Game.Beatmaps.Drawables
{
public class BeatmapBackgroundSprite : Sprite
internal class BeatmapBackgroundSprite : Sprite
{
private readonly WorkingBeatmap working;