@@ -19,7 +19,7 @@ public struct AffectedArea
public HashSet<VecI> Chunks { get; set; }
/// <summary>
- /// A rectangle in global full-scale coordinat
+ /// A rectangle in global full-scale coordinates
/// </summary>
public RectI? GlobalArea { get; set; }
@@ -563,7 +563,7 @@ internal class MemberPreviewUpdater
continue;
if (tightBounds is null)
- tightBounds = lastMainPreviewTightBounds[guid];
+ tightBounds = lastMaskPreviewTightBounds[guid];
var previewSize = StructureMemberViewModel.CalculatePreviewSize(tightBounds.Value.Size);
float scaling = (float)previewSize.X / tightBounds.Value.Width;