Skip to content

Commit

Permalink
Remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Sep 2, 2016
1 parent 14d95df commit 560a80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Common/Util/ColorUtil.cs
Expand Up @@ -115,7 +115,7 @@ public static class ColorUtil {
System.Diagnostics.Debug.Print("Failed to parse hex color '{0}'.", rawColor);
return null;
}

return new Color(
((hex >> 16) & 0xFF) / 255F,
((hex >> 8) & 0xFF) / 255F,
Expand Down

0 comments on commit 560a80f

Please sign in to comment.