Fix IDE0200
This commit is contained in:
committed by
Gustas Kažukauskas
parent
ce3ad6fbb3
commit
0338258b45
@@ -102,7 +102,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
foreach (var cat in allCategories)
|
||||
{
|
||||
var category = categoryTemplate.Clone();
|
||||
category.GetText = () => cat.ToString();
|
||||
category.GetText = cat.ToString;
|
||||
category.IsVisible = () => true;
|
||||
|
||||
if (cat.HasFlag(MapOverlays.Grid))
|
||||
|
||||
Reference in New Issue
Block a user