Fixed PlayerColorShift.cs
This commit is contained in:
parent
639dbbbe8b
commit
feb32bcd3d
@ -60,7 +60,7 @@ void ILoadsPlayerPalettes.LoadPlayerPalettes(WorldRenderer worldRenderer, string
|
|||||||
info.BasePalette + playerName,
|
info.BasePalette + playerName,
|
||||||
hue - info.ReferenceHue,
|
hue - info.ReferenceHue,
|
||||||
saturation - info.ReferenceSaturation,
|
saturation - info.ReferenceSaturation,
|
||||||
value - info.ReferenceValue,
|
value / info.ReferenceValue,
|
||||||
info.MinHue,
|
info.MinHue,
|
||||||
info.MaxHue);
|
info.MaxHue);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user