Skip to content

Commit 4d07748

Browse files
committed
Remove dual new Image();
1 parent e666830 commit 4d07748

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/rpg_core/Bitmap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,6 @@ Bitmap.prototype._requestImage = function(url){
972972
this._loader = ResourceHandler.createLoader(url, this._requestImage.bind(this, url), this._onError.bind(this));
973973
}
974974

975-
this._image = new Image();
976975
this._url = url;
977976
this._loadingState = 'requesting';
978977

0 commit comments

Comments
 (0)