Skip to content

Commit 8d7bf9f

Browse files
committed
clarify code docs for PatchMode.Overlay
1 parent d72d5c2 commit 8d7bf9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SMAPI/PatchMode.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public enum PatchMode
66
/// <summary>Erase the original content within the area before drawing the new content.</summary>
77
Replace,
88

9-
/// <summary>Draw the new content over the original content, so the original content shows through any transparent pixels.</summary>
9+
/// <summary>Draw the new content over the original content, so the original content shows through any transparent or semi-transparent pixels.</summary>
1010
Overlay
1111
}
1212
}

0 commit comments

Comments
 (0)