Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit 49288e1

Browse files
committed
Change back workaround in regression
1 parent a2a802b commit 49288e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/SharpDX.Direct2D1/WIC/ColorContextsHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ internal static ColorContext[] TryGetColorContexts(ColorContextsProvider getColo
5959
ColorContext[] colorContexts;
6060
Result result = TryGetColorContexts(getColorContexts, imagingFactory, out colorContexts);
6161

62-
if (ResultCode.Unsupportedoperation != result)
62+
if (ResultCode.UnsupportedOperation != result)
6363
result.CheckError();
6464

6565
return colorContexts;

0 commit comments

Comments
 (0)