mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +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?
|
// Malformed?
|
||||||
if (!json['frames'] && !json['textures'])
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue