GUI: new osc renderer, part 34
to be continued...
This commit is contained in:
parent
e133cc4d28
commit
f9ba6809e9
2 changed files with 9 additions and 8 deletions
|
|
@ -3827,7 +3827,7 @@ void FurnaceGUI::readConfig(DivConfig& conf, FurnaceGUISettingGroups groups) {
|
|||
|
||||
settings.chanOscThreads=conf.getInt("chanOscThreads",0);
|
||||
settings.renderPoolThreads=conf.getInt("renderPoolThreads",0);
|
||||
settings.shaderOsc=conf.getInt("shaderOsc",1);
|
||||
settings.shaderOsc=conf.getInt("shaderOsc",0);
|
||||
settings.showPool=conf.getInt("showPool",0);
|
||||
settings.writeInsNames=conf.getInt("writeInsNames",0);
|
||||
settings.readInsNames=conf.getInt("readInsNames",1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue