Shorter warning.

This commit is contained in:
Richard Davey 2018-05-04 02:37:41 +01:00
parent e1b252e4fd
commit 77250b1ba3

View file

@ -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;
}