diff options
author | hwc487 | 2012-04-05 05:30:55 -0700 |
---|---|---|
committer | hwc487 | 2012-04-05 05:30:55 -0700 |
commit | b6a8f72f670a8edee35554a4ca3a0618c526d651 (patch) | |
tree | ca10bd5b870bd318270ad32093c87e768612d830 /js/lib/rdge/materials/pulse-material.js | |
parent | 32c973351bc6f4d682205b788dc6235fc9452e07 (diff) | |
download | ninja-b6a8f72f670a8edee35554a4ca3a0618c526d651.tar.gz |
Re-added taper and twist-vert materials.
Diffstat (limited to 'js/lib/rdge/materials/pulse-material.js')
-rw-r--r-- | js/lib/rdge/materials/pulse-material.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js index f7f6c7ae..276f7de6 100644 --- a/js/lib/rdge/materials/pulse-material.js +++ b/js/lib/rdge/materials/pulse-material.js | |||
@@ -308,7 +308,6 @@ var pulseMaterialDef = | |||
308 | } | 308 | } |
309 | }; | 309 | }; |
310 | 310 | ||
311 | // doing the inheritance here introtudes bugs. Local instance variables are overwritten in the base class | ||
312 | //PulseMaterial.prototype = new Material(); | 311 | //PulseMaterial.prototype = new Material(); |
313 | 312 | ||
314 | if (typeof exports === "object") { | 313 | if (typeof exports === "object") { |