Skip to content

Commit 8286273

Browse files
committed
Typo -> comment out
Cannot simply put in, as `image` is not a property we want to expose directly?
1 parent 6196144 commit 8286273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/scripts/three-class-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ module.exports = {
862862
encoding: new Types.Enum('TextureEncodings', 'LinearEncoding'),
863863
version: new Types.Int(0),
864864
},
865-
construtorArgs: [ 'image', 'mapping', 'wrapS', 'wrapT', 'magFilter', 'minFilter', 'format', 'type', 'anisotropy' ],
865+
//constructorArgs: [ 'image', 'mapping', 'wrapS', 'wrapT', 'magFilter', 'minFilter', 'format', 'type', 'anisotropy' ],
866866
propsDefinedByThree: [ 'id', 'uuid', 'version' ],
867867
},
868868
CanvasTexture: {

0 commit comments

Comments
 (0)