Skip to content

Commit

Permalink
Fixed PlayerColorShift.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
IceReaper authored and pchote committed Feb 16, 2024
1 parent 639dbbb commit feb32bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Mods.Example/Rendering/PlayerColorShift.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void ILoadsPlayerPalettes.LoadPlayerPalettes(WorldRenderer worldRenderer, string
info.BasePalette + playerName,
hue - info.ReferenceHue,
saturation - info.ReferenceSaturation,
value - info.ReferenceValue,
value / info.ReferenceValue,
info.MinHue,
info.MaxHue);
}
Expand Down

0 comments on commit feb32bc

Please sign in to comment.