diff options
Diffstat (limited to 'js/helper-classes/backup-delete/Materials/TwistVertMaterial.js')
-rw-r--r-- | js/helper-classes/backup-delete/Materials/TwistVertMaterial.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/backup-delete/Materials/TwistVertMaterial.js b/js/helper-classes/backup-delete/Materials/TwistVertMaterial.js index 853e895c..dd49555c 100644 --- a/js/helper-classes/backup-delete/Materials/TwistVertMaterial.js +++ b/js/helper-classes/backup-delete/Materials/TwistVertMaterial.js | |||
@@ -57,7 +57,7 @@ function TwistVertMaterial() | |||
57 | this._shader.twistMe.color.set( this.getColor() ); | 57 | this._shader.twistMe.color.set( this.getColor() ); |
58 | 58 | ||
59 | // set up the material node | 59 | // set up the material node |
60 | this._materialNode = createMaterialNode("twistVertMaterial"); | 60 | this._materialNode = createMaterialNode("twistVertMaterial_" + world.generateUniqueNodeID()); |
61 | this._materialNode.setShader(this._shader); | 61 | this._materialNode.setShader(this._shader); |
62 | 62 | ||
63 | // initialize the twist vert properties | 63 | // initialize the twist vert properties |