mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
GUI: gradient whoops
This commit is contained in:
parent
deffd99503
commit
522fecc635
1 changed files with 1 additions and 0 deletions
|
@ -4082,6 +4082,7 @@ bool FurnaceGUI::init() {
|
|||
chanOscColor.w=e->getConfFloat("chanOscColorA",1.0f);
|
||||
chanOscUseGrad=e->getConfBool("chanOscUseGrad",false);
|
||||
chanOscGrad.fromString(e->getConfString("chanOscGrad",""));
|
||||
chanOscGrad.render();
|
||||
|
||||
syncSettings();
|
||||
|
||||
|
|
Loading…
Reference in a new issue