mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:07:52 +08:00
removed questionable validation check
This commit is contained in:
parent
d53b877af4
commit
6a483b5882
@ -123,9 +123,6 @@ namespace osu.Game.Skinning.Components
|
||||
|
||||
private void updateLabel()
|
||||
{
|
||||
if (IsLoaded == false)
|
||||
return;
|
||||
|
||||
string numberedTemplate = Template.Value
|
||||
.Replace("{", "{{")
|
||||
.Replace("}", "}}")
|
||||
|
Loading…
Reference in New Issue
Block a user