Skip to content

Commit 6ba0616

Browse files
committed
t
1 parent e4067e9 commit 6ba0616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/cgl/cgl_texture.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export class Texture extends CgTexture
298298
this.width = t.width;
299299
this.height = t.height;
300300
this.tex = t.tex;
301-
this.log.warn("[cgl_texture] texture size too big!", img.width, img.height, this._cgl.maxTexSize);
301+
this._log.warn("[cgl_texture] texture size too big!", img.width, img.height, this._cgl.maxTexSize);
302302
return;
303303
}
304304

0 commit comments

Comments
 (0)