Skip to content

Commit d9ab862

Browse files
authored
Merge pull request #9638 from CesiumGS/fix-texture-reader
Fix name of TextureReader property
2 parents fdb9995 + 2bd186e commit d9ab862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Scene/ModelComponents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ function TextureReader() {
661661
* @type {Texture}
662662
* @private
663663
*/
664-
this.textureReader = undefined;
664+
this.texture = undefined;
665665

666666
/**
667667
* The texture coordinate set.

0 commit comments

Comments
 (0)