This commit is contained in:
Dennis Eichhorn 2017-10-26 19:18:47 +02:00
parent d284ff0312
commit 73f514ecef

View File

@ -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') {