From d21aaca3d7093b6af968b7f9f764ab54e004f02b Mon Sep 17 00:00:00 2001 From: hwc487 Date: Thu, 3 May 2012 16:42:56 -0700 Subject: Cleanup of indirect textures. --- js/lib/rdge/materials/pulse-material.js | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'js/lib/rdge/materials/pulse-material.js') diff --git a/js/lib/rdge/materials/pulse-material.js b/js/lib/rdge/materials/pulse-material.js index bb8833b4..c2969501 100644 --- a/js/lib/rdge/materials/pulse-material.js +++ b/js/lib/rdge/materials/pulse-material.js @@ -150,20 +150,6 @@ var PulseMaterial = function PulseMaterial() } }; - - this.updateTextures = function() - { - if (this._glTex) - { - if (!this._glTex.isAnimated()) - { - this._glTex.render(); - this.updateTexture(); - } - } - } - - this.update = function( time ) { var material = this._materialNode; -- cgit v1.2.3