We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa0b149 + b3cd099 commit f0b2acaCopy full SHA for f0b2aca
js/rpg_core/Bitmap.js
@@ -855,7 +855,7 @@ Bitmap.prototype._requestImage = function(url){
855
856
if(!Decrypter.checkImgIgnore(url) && Decrypter.hasEncryptedImages) {
857
this._loadingState = 'decrypting';
858
- Decrypter.decryptImg(url, bitmap);
+ Decrypter.decryptImg(url, this);
859
} else {
860
this._image.src = url;
861
this._image.onload = Bitmap.prototype._onLoad.bind(this);
0 commit comments