diff options
Diffstat (limited to 'js/lib')
-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) |