diff options
author | hwc487 | 2012-06-13 10:15:54 -0700 |
---|---|---|
committer | hwc487 | 2012-06-13 10:15:54 -0700 |
commit | 1fe66f1a89ac949dee44ae881556901a8bf98bba (patch) | |
tree | dba7e778fcd8a37eb76249ff8a207ee171c93e1b /js/lib/rdge | |
parent | ba4e58f11d8028375365ae0ddd0d3f601c7f64ca (diff) | |
download | ninja-1fe66f1a89ac949dee44ae881556901a8bf98bba.tar.gz |
Removed a console message.
Removed cloud material from the pulldown.
Diffstat (limited to 'js/lib/rdge')
-rw-r--r-- | js/lib/rdge/texture.js | 3 |
1 files changed, 0 insertions, 3 deletions
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 ) | |||
222 | this.render = function() | 222 | this.render = function() |
223 | { | 223 | { |
224 | if (!this._srcCanvas) | 224 | if (!this._srcCanvas) |
225 | { | ||
226 | console.log( " no source canvas in GLTexture.render" ); | ||
227 | return; | 225 | return; |
228 | } | ||
229 | var srcCanvas = this._srcCanvas; | 226 | var srcCanvas = this._srcCanvas; |
230 | 227 | ||
231 | if (this._isLocal) | 228 | if (this._isLocal) |