added option for underlay opacity change

adjusted interface [removed invalid const]
This commit is contained in:
2017-03-20 15:25:54 +01:00
parent 61bd64d9b0
commit 92e279aefc
15 changed files with 29 additions and 18 deletions

View File

@@ -83,7 +83,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: floor->name = val.toString(); break;
case 1: floor->height = val.toFloat(); break;