mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
Elevate console message for loading data URIs
This commit is contained in:
parent
6293233488
commit
2b309c06e5
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ var File = new Class({
|
|||
|
||||
if (this.src.indexOf('data:') === 0)
|
||||
{
|
||||
console.log('Local data URI');
|
||||
console.warn('Local data URIs are not supported: ' + this.key);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue