aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/material.js
diff options
context:
space:
mode:
authorhwc4872012-05-03 16:42:56 -0700
committerhwc4872012-05-03 16:42:56 -0700
commitd21aaca3d7093b6af968b7f9f764ab54e004f02b (patch)
treeaae070c04d18bc30fda6b133ce3d7de7b621f8b2 /js/lib/rdge/materials/material.js
parente791a7a821221d206c40427fd2695b42a5bacf5f (diff)
downloadninja-d21aaca3d7093b6af968b7f9f764ab54e004f02b.tar.gz
Cleanup of indirect textures.
Diffstat (limited to 'js/lib/rdge/materials/material.js')
-rwxr-xr-xjs/lib/rdge/materials/material.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/js/lib/rdge/materials/material.js b/js/lib/rdge/materials/material.js
index 4b8a5d6b..77220bf7 100755
--- a/js/lib/rdge/materials/material.js
+++ b/js/lib/rdge/materials/material.js
@@ -257,13 +257,6 @@ var Material = function GLMaterial( world ) {
257 return tex; 257 return tex;
258 }; 258 };
259 259
260 this.updateTextures = function()
261 {
262 // this function is called whenever a world that generates textuers for
263 // the current world changes in some way. Sub-classes with textures
264 // should override this function.
265 }
266
267}; 260};
268 261
269if (typeof exports === "object") { 262if (typeof exports === "object") {