diff options
Diffstat (limited to 'js/lib/rdge/materials/plasma-material.js')
-rw-r--r-- | js/lib/rdge/materials/plasma-material.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/plasma-material.js b/js/lib/rdge/materials/plasma-material.js index c1e5524c..10c29c99 100644 --- a/js/lib/rdge/materials/plasma-material.js +++ b/js/lib/rdge/materials/plasma-material.js | |||
@@ -10,7 +10,7 @@ var PlasmaMaterial = function PlasmaMaterial() { | |||
10 | /////////////////////////////////////////////////////////////////////// | 10 | /////////////////////////////////////////////////////////////////////// |
11 | // Instance variables | 11 | // Instance variables |
12 | /////////////////////////////////////////////////////////////////////// | 12 | /////////////////////////////////////////////////////////////////////// |
13 | this._name = "PlasmaMaterial"; | 13 | this._name = "Plasma"; |
14 | this._shaderName = "plasma"; | 14 | this._shaderName = "plasma"; |
15 | 15 | ||
16 | this._time = 0.0; | 16 | this._time = 0.0; |