mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 12:23:22 +08:00
Re-privatise
This commit is contained in:
parent
bebf47d0d5
commit
1e696d247e
@ -42,7 +42,7 @@ namespace osu.Game.Graphics.Containers
|
||||
samplePopIn = audio.Sample.Get(@"UI/overlay-pop-in");
|
||||
samplePopOut = audio.Sample.Get(@"UI/overlay-pop-out");
|
||||
|
||||
StateChanged += OnStateChanged;
|
||||
StateChanged += onStateChanged;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -65,7 +65,7 @@ namespace osu.Game.Graphics.Containers
|
||||
return base.OnClick(state);
|
||||
}
|
||||
|
||||
protected virtual void OnStateChanged(Visibility visibility)
|
||||
private void onStateChanged(Visibility visibility)
|
||||
{
|
||||
switch (visibility)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user