Remove AlwaysPresent (not actually required)

This commit is contained in:
Dean Herbert 2017-11-27 18:12:52 +09:00
parent cbd7e1ca0d
commit 760f7d02d9
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ public HoverSounds(HoverSampleSet sampleSet = HoverSampleSet.Normal)
{
SampleSet = sampleSet;
RelativeSizeAxes = Axes.Both;
AlwaysPresent = true;
}
protected override bool OnHover(InputState state)