From 2bd186eb8aca6cddd7ffa9c1851ca3cc9e380fc0 Mon Sep 17 00:00:00 2001 From: Sean Lilley Date: Wed, 23 Jun 2021 16:51:09 -0400 Subject: [PATCH] Change property from textureReader to texture --- Source/Scene/ModelComponents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Scene/ModelComponents.js b/Source/Scene/ModelComponents.js index 21ef877a2bcb..ed15ae28c8b4 100644 --- a/Source/Scene/ModelComponents.js +++ b/Source/Scene/ModelComponents.js @@ -661,7 +661,7 @@ function TextureReader() { * @type {Texture} * @private */ - this.textureReader = undefined; + this.texture = undefined; /** * The texture coordinate set.