|
@@ -87,7 +87,7 @@ export class NodeMaterialDefines extends MaterialDefines implements IImageProces
|
|
this.rebuild();
|
|
this.rebuild();
|
|
}
|
|
}
|
|
|
|
|
|
- public setValue(name: string, value: boolean) {
|
|
|
|
|
|
+ public setValue(name: string, value: any) {
|
|
if (this[name] === undefined) {
|
|
if (this[name] === undefined) {
|
|
this._keys.push(name);
|
|
this._keys.push(name);
|
|
}
|
|
}
|