added option for underlay opacity change
adjusted interface [removed invalid const]
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
throw 1;
|
||||
}
|
||||
|
||||
virtual void setParamValue(const int idx, const ParamValue& val) const override {
|
||||
virtual void setParamValue(const int idx, const ParamValue& val) override {
|
||||
switch(idx) {
|
||||
case 0: fo->name = val.toString(); break;
|
||||
case 1: fo->outdoor = val.toBool(); break;
|
||||
|
||||
Reference in New Issue
Block a user