diff --git a/src/textures/Texture.js b/src/textures/Texture.js index 8d8d5f56d..efb04f7ca 100644 --- a/src/textures/Texture.js +++ b/src/textures/Texture.js @@ -154,7 +154,7 @@ var Texture = new Class({ // This is used to ensure we don't spam the display with entire // atlases of sprite sheets, but instead just the first frame of them // should the dev incorrectly specify the frame index - if (this.frameTotal === 1) + if (this.firstFrame === '__BASE') { this.firstFrame = name; }