diff --git a/Asset/AssetManager.js b/Asset/AssetManager.js index cdda7df..6f8f7e0 100644 --- a/Asset/AssetManager.js +++ b/Asset/AssetManager.js @@ -94,6 +94,7 @@ this.assets[hash] = path; } else if (filetype === 'img') { + /** global: Image */ this.assets[hash] = new Image(); this.assets[hash].src = path; } else if (filetype === 'audio') {