diff options
author | hwc487 | 2012-02-01 16:18:26 -0800 |
---|---|---|
committer | hwc487 | 2012-02-01 16:18:26 -0800 |
commit | 4222db97e353fb65fab787ba5927d16d9fa4e1f7 (patch) | |
tree | 0034304dd8ece8ca2d97ae8e57dde77f5781a524 /js/helper-classes/RDGE/Materials | |
parent | 30bc466a0ac80f8303e223c19704b90457293cdc (diff) | |
download | ninja-4222db97e353fb65fab787ba5927d16d9fa4e1f7.tar.gz |
Removed a console log and set the Plasma material to animating.
Diffstat (limited to 'js/helper-classes/RDGE/Materials')
-rw-r--r-- | js/helper-classes/RDGE/Materials/PlasmaMaterial.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/js/helper-classes/RDGE/Materials/PlasmaMaterial.js b/js/helper-classes/RDGE/Materials/PlasmaMaterial.js index f900b35a..a65f3a33 100644 --- a/js/helper-classes/RDGE/Materials/PlasmaMaterial.js +++ b/js/helper-classes/RDGE/Materials/PlasmaMaterial.js | |||
@@ -32,6 +32,8 @@ function PlasmaMaterial() | |||
32 | /////////////////////////////////////////////////////////////////////// | 32 | /////////////////////////////////////////////////////////////////////// |
33 | this.getShaderName = function() { return this._shaderName; } | 33 | this.getShaderName = function() { return this._shaderName; } |
34 | 34 | ||
35 | this.isAnimated = function() { return true; } | ||
36 | |||
35 | /////////////////////////////////////////////////////////////////////// | 37 | /////////////////////////////////////////////////////////////////////// |
36 | // Material Property Accessors | 38 | // Material Property Accessors |
37 | /////////////////////////////////////////////////////////////////////// | 39 | /////////////////////////////////////////////////////////////////////// |