Browse Source

Merge remote-tracking branch 'alteredq/dev' into dev

Mr.doob 14 năm trước cách đây
mục cha
commit
0832354cd4
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      examples/webgl_materials_texture_filters.html

+ 3 - 1
examples/webgl_materials_texture_filters.html

@@ -140,7 +140,9 @@
 
 				// PAINTING
 
-				var callbackPainting = function( image ) {
+				var callbackPainting = function() {
+
+					var image = texturePainting.image;
 
 					texturePainting2.image = image;
 					texturePainting2.needsUpdate = true;

粤ICP备19079148号