Remove AlwaysPresent (not actually required)

This commit is contained in:
Dean Herbert
2017-11-27 18:12:52 +09:00
parent cbd7e1ca0d
commit 760f7d02d9

View File

@ -26,7 +26,6 @@ namespace osu.Game.Graphics.UserInterface
{ {
SampleSet = sampleSet; SampleSet = sampleSet;
RelativeSizeAxes = Axes.Both; RelativeSizeAxes = Axes.Both;
AlwaysPresent = true;
} }
protected override bool OnHover(InputState state) protected override bool OnHover(InputState state)