mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Shorter warning.
This commit is contained in:
parent
e1b252e4fd
commit
77250b1ba3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue