Fix SA1316
This commit is contained in:
committed by
Pavel Penev
parent
062dc2bd40
commit
a167f9680f
@@ -33,7 +33,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
public Func<string> GetTooltipText;
|
||||
|
||||
readonly CachedTransform<(string, string), Sprite> getImageCache = new(
|
||||
((string collection, string image) args) => ChromeProvider.GetImage(args.collection, args.image));
|
||||
((string Collection, string Image) args) => ChromeProvider.GetImage(args.Collection, args.Image));
|
||||
|
||||
public ImageWidget()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user