diff --git a/src/core/textures/Texture.js b/src/core/textures/Texture.js index 6800089..c9b0a28 100644 --- a/src/core/textures/Texture.js +++ b/src/core/textures/Texture.js @@ -164,7 +164,7 @@ //this.valid = frame && frame.width && frame.height && this.baseTexture.source && this.baseTexture.hasLoaded; this.valid = frame && frame.width && frame.height && this.baseTexture.hasLoaded; - if (!this.trim) + if (!this.trim && !this.rotate) { this.orig = frame; }