mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
More osu!-side bindable fixes
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user