mirror of
https://github.com/overte-org/overte.git
synced 2025-08-13 10:38:34 +02:00
Clean-up.
This commit is contained in:
parent
860d7e6e4c
commit
97f775f6f1
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ public:
|
|||
|
||||
float hazeBackgroundBlendValue{ model::initialHazeBackgroundBlendValue };
|
||||
|
||||
public slots:
|
||||
public slots:
|
||||
void setHazeColorR(const float value) { hazeColorR = value; emit dirty(); }
|
||||
void setHazeColorG(const float value) { hazeColorG = value; emit dirty(); }
|
||||
void setHazeColorB(const float value) { hazeColorB = value; emit dirty(); }
|
||||
|
|
Loading…
Reference in a new issue