1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 20:53:00 +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;