1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 06:07:20 +08:00

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;
RelativeSizeAxes = Axes.Both;
AlwaysPresent = true;
}
protected override bool OnHover(InputState state)