Fix IDE0074, SA1316 and followup CS8141
This commit is contained in:
@@ -61,9 +61,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
minVal = minValue;
|
||||
maxVal = maxValue;
|
||||
|
||||
if (newHue == null)
|
||||
newHue = H;
|
||||
|
||||
newHue ??= H;
|
||||
var buffer = new byte[4 * 256 * 256];
|
||||
unsafe
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user