mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 01:30:05 +08:00
Make setter protected to fix build error
This commit is contained in:
@@ -25,7 +25,7 @@ namespace osu.Game.Graphics.UserInterface
|
||||
/// </summary>
|
||||
public bool DisplayAsPercentage { get; set; }
|
||||
|
||||
public virtual LocalisableString TooltipText { get; private set; }
|
||||
public virtual LocalisableString TooltipText { get; protected set; }
|
||||
|
||||
/// <summary>
|
||||
/// Maximum number of decimal digits to be displayed in the tooltip.
|
||||
|
||||
Reference in New Issue
Block a user