More osu!-side bindable fixes

This commit is contained in:
smoogipoo
2018-01-10 15:41:13 +09:00
parent 9eb4eb4b36
commit 17e7f75aca
5 changed files with 7 additions and 7 deletions

View File

@ -152,7 +152,7 @@ namespace osu.Game.Tests.Visual
}
private class TestSliderBar<T> : OsuSliderBar<T>
where T : struct, IEquatable<T>
where T : struct, IEquatable<T>, IComparable, IConvertible
{
public TestSliderBar()
{