diff --git a/src/textures/parsers/JSONArray.js b/src/textures/parsers/JSONArray.js index 9f9da7bf4..f338c6045 100644 --- a/src/textures/parsers/JSONArray.js +++ b/src/textures/parsers/JSONArray.js @@ -26,7 +26,7 @@ var JSONArray = function (texture, sourceIndex, json) // Malformed? if (!json['frames'] && !json['textures']) { - console.warn('Invalid Texture Atlas JSON Array given, missing \'frames\' and \'textures\' array'); + console.warn('Invalid Texture Atlas JSON Array'); return; }