提交 12ff17c2 编写于 作者: A alteredq

Fixed texture filters example.

This got broken with recent changes in ImageUtils.loadTexture.
上级 d25ebbe7
......@@ -140,7 +140,9 @@
// PAINTING
var callbackPainting = function( image ) {
var callbackPainting = function() {
var image = texturePainting.image;
texturePainting2.image = image;
texturePainting2.needsUpdate = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册