public -> protected

This commit is contained in:
Dean Herbert 2017-07-01 07:09:26 -07:00 committed by GitHub
parent f3f3952ba5
commit 043c7756f7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Graphics.Containers
{
public class OsuClickableContainer : ClickableContainer
{
public SampleChannel SampleClick, SampleHover;
protected SampleChannel SampleClick, SampleHover;
[BackgroundDependencyLoader]
private void load(AudioManager audio)