Skip to content

Commit 221fe19

Browse files
authored
Merge pull request rpgtkoolmv#142 from rpgtkoolmv/remove_duplicateimage
Remove dual new Image();
2 parents 1826c74 + 4d07748 commit 221fe19

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)