Apply adjustments for framework changes

This commit is contained in:
smoogipoo
2019-10-23 14:04:06 +09:00
parent 75beba66d5
commit 851773a842
4 changed files with 5 additions and 5 deletions

View File

@ -17,7 +17,7 @@ using osu.Framework.Input.Events;
namespace osu.Game.Graphics.UserInterface
{
public class OsuSliderBar<T> : SliderBar<T>, IHasTooltip, IHasAccentColour
where T : struct, IEquatable<T>, IComparable, IConvertible
where T : struct, IEquatable<T>, IComparable<T>, IConvertible
{
/// <summary>
/// Maximum number of decimal digits to be displayed in the tooltip.