Closed elsassph closed 1 year ago
It looks like there has been (forever) a bug in the elements' txLoaded event, over-firing because it incorrectly identifies texture changes.
txLoaded
this.__core.displayedTextureSource is a TextureSource but was apparently used in the code as if it was a Texture (thank you untyped JS).
this.__core.displayedTextureSource
TextureSource
Texture
It looks like there has been (forever) a bug in the elements'
txLoaded
event, over-firing because it incorrectly identifies texture changes.this.__core.displayedTextureSource
is aTextureSource
but was apparently used in the code as if it was aTexture
(thank you untyped JS).