mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update JsonConnection.cpp
Former-commit-id: c701972ecddcd9655f0aa56b69301ad463f8dcb0
This commit is contained in:
parent
2d0eeb0a69
commit
7da3e83597
@ -280,7 +280,7 @@ void JsonConnection::setCorrection(std::string * correctionId, ColorCorrectionVa
|
||||
|
||||
if (correction != nullptr)
|
||||
{
|
||||
Json::Value & v = correction["correctionValues"];
|
||||
Json::Value & v = correct["correctionValues"];
|
||||
v.append(correction->valueRed);
|
||||
v.append(correction->valueGreen);
|
||||
v.append(correction->valueBlue);
|
||||
|
Loading…
Reference in New Issue
Block a user