diff --git a/src/core/sprites/Sprite.js b/src/core/sprites/Sprite.js index e95a835..c95d294 100644 --- a/src/core/sprites/Sprite.js +++ b/src/core/sprites/Sprite.js @@ -542,7 +542,7 @@ if (!texture) { - throw new Error('The frameId "' + frameId + '" does not exist in the texture cache ' + this); + throw new Error('The frameId "' + frameId + '" does not exist in the texture cache'); } return new Sprite(texture);