diff options
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 | { |