aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/pulse-material.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/rdge/materials/pulse-material.js')
-rw-r--r--js/lib/rdge/materials/pulse-material.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js
index 7c00b836..ca4b940b 100644
--- a/js/lib/rdge/materials/pulse-material.js
+++ b/js/lib/rdge/materials/pulse-material.js
@@ -85,10 +85,6 @@ var PulseMaterial = function PulseMaterial()
85 this._shader['default'].u_time.set( [this._time] ); 85 this._shader['default'].u_time.set( [this._time] );
86 } 86 }
87 87
88 // set up the texture
89 //var texMapName = this._propValues[this._propNames[0]];
90 //this.setProperty( "u_tex0", texMapName );
91
92 // set the shader values in the shader 88 // set the shader values in the shader
93 this.setShaderValues(); 89 this.setShaderValues();
94 this.setResolution( [world.getViewportWidth(),world.getViewportHeight()] ); 90 this.setResolution( [world.getViewportWidth(),world.getViewportHeight()] );