diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 890b1e73..0ea9e4eb 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -876,7 +876,7 @@ function getRotationDegreesFromEntityRotationState( interface CachedMaterialTexture { signature: string; - textureSet: StarterMaterialTextureSet; + textureSet: MaterialTextureSet; } interface EntityRenderObjects {