Просмотр исходного кода

Texture: Remove default setter parameter. (#33129)

PoseidonEnergy 2 месяцев назад
Родитель
Сommit
02c84b439b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/textures/Texture.js

+ 1 - 1
src/textures/Texture.js

@@ -408,7 +408,7 @@ class Texture extends EventDispatcher {
 
 
 	}
 	}
 
 
-	set image( value = null ) {
+	set image( value ) {
 
 
 		this.source.data = value;
 		this.source.data = value;
 
 

粤ICP备19079148号