Fix RCS1170

This commit is contained in:
RoosterDragon
2023-03-18 13:05:26 +00:00
committed by Gustas
parent fbe147ce61
commit 25cb3728ca
4 changed files with 7 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ namespace OpenRA.Mods.Common.Widgets
}
}
public Size IdealPreviewSize { get; private set; }
public Size IdealPreviewSize { get; }
[ObjectCreator.UseCtor]
public ResourcePreviewWidget(ModData modData, WorldRenderer worldRenderer, World world)