diff options
author | hwc487 | 2012-05-03 16:42:56 -0700 |
---|---|---|
committer | hwc487 | 2012-05-03 16:42:56 -0700 |
commit | d21aaca3d7093b6af968b7f9f764ab54e004f02b (patch) | |
tree | aae070c04d18bc30fda6b133ce3d7de7b621f8b2 /js/lib/rdge/materials/cloud-material.js | |
parent | e791a7a821221d206c40427fd2695b42a5bacf5f (diff) | |
download | ninja-d21aaca3d7093b6af968b7f9f764ab54e004f02b.tar.gz |
Cleanup of indirect textures.
Diffstat (limited to 'js/lib/rdge/materials/cloud-material.js')
-rw-r--r-- | js/lib/rdge/materials/cloud-material.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/js/lib/rdge/materials/cloud-material.js b/js/lib/rdge/materials/cloud-material.js index b7670178..2c7fced2 100644 --- a/js/lib/rdge/materials/cloud-material.js +++ b/js/lib/rdge/materials/cloud-material.js | |||
@@ -203,18 +203,6 @@ var CloudMaterial = function CloudMaterial() | |||
203 | RDGE.globals.engine.setContext( saveContext.id ); | 203 | RDGE.globals.engine.setContext( saveContext.id ); |
204 | } | 204 | } |
205 | }; | 205 | }; |
206 | |||
207 | this.updateTextures = function() | ||
208 | { | ||
209 | if (this._glTex) | ||
210 | { | ||
211 | if (!this._glTex.isAnimated()) | ||
212 | { | ||
213 | this._glTex.render(); | ||
214 | this.updateTexture(); | ||
215 | } | ||
216 | } | ||
217 | } | ||
218 | 206 | ||
219 | this.updateColor = function() | 207 | this.updateColor = function() |
220 | { | 208 | { |