Don't expose padding

This commit is contained in:
Dean Herbert
2019-01-31 18:16:28 +09:00
parent b48bb5b792
commit f85518b175
3 changed files with 6 additions and 7 deletions

View File

@ -85,12 +85,6 @@ namespace osu.Game.Screens
sampleExit = audio.Sample.Get(@"UI/screen-back");
}
public MarginPadding Padding
{
get => base.Padding;
set => base.Padding = value;
}
public virtual bool OnPressed(GlobalAction action)
{
if (!this.IsCurrentScreen()) return false;