Many fixes

This commit is contained in:
Dean Herbert
2017-11-03 17:54:35 +09:00
parent 2f205d1f63
commit 3adcfa8c38
5 changed files with 95 additions and 132 deletions

View File

@ -19,7 +19,7 @@ using osu.Framework.Allocation;
namespace osu.Game.Screens.Menu
{
internal class LogoVisualisation : Drawable, IHasAccentColour
public class LogoVisualisation : Drawable, IHasAccentColour
{
private readonly Bindable<WorkingBeatmap> beatmap = new Bindable<WorkingBeatmap>();