mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
More fixes
Former-commit-id: 331ba604dba8aa16f9cf42c5827c8542502be545
This commit is contained in:
@@ -216,12 +216,12 @@ void JsonConnection::setTransform(std::string * transformId, double * saturation
|
||||
transform["valueGain"] = *value;
|
||||
}
|
||||
|
||||
if (saturation != nullptr)
|
||||
if (saturationL != nullptr)
|
||||
{
|
||||
transform["saturationLGain"] = *saturationL;
|
||||
}
|
||||
|
||||
if (value != nullptr)
|
||||
if (luminance != nullptr)
|
||||
{
|
||||
transform["luminanceGain"] = *luminance;
|
||||
}
|
||||
|
Reference in New Issue
Block a user