Merge branch 'develop' into updateMonitorsAction

This commit is contained in:
DD Liu 2017-05-10 14:21:31 -04:00
commit 138b4631e1

View file

@ -696,6 +696,7 @@ class RenderedTarget extends Target {
newClone.effects = JSON.parse(JSON.stringify(this.effects));
newClone.variables = JSON.parse(JSON.stringify(this.variables));
newClone.lists = JSON.parse(JSON.stringify(this.lists));
newClone._customState = JSON.parse(JSON.stringify(this._customState));
newClone.initDrawable();
newClone.updateAllDrawableProperties();
// Place behind the current target.