From 1fe66f1a89ac949dee44ae881556901a8bf98bba Mon Sep 17 00:00:00 2001 From: hwc487 Date: Wed, 13 Jun 2012 10:15:54 -0700 Subject: Removed a console message. Removed cloud material from the pulldown. --- js/lib/rdge/texture.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'js/lib') diff --git a/js/lib/rdge/texture.js b/js/lib/rdge/texture.js index bd8e6198..616729f6 100644 --- a/js/lib/rdge/texture.js +++ b/js/lib/rdge/texture.js @@ -222,10 +222,7 @@ function Texture( dstWorld, texMapName, wrap, mips ) this.render = function() { if (!this._srcCanvas) - { - console.log( " no source canvas in GLTexture.render" ); return; - } var srcCanvas = this._srcCanvas; if (this._isLocal) -- cgit v1.2.3