Skip to content

Commit da056dd

Browse files
author
liply
committed
fix not showing bug
1 parent ef2ff99 commit da056dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_core/Bitmap.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ Bitmap.prototype.addLoadListener = function(listner) {
714714
if (!this.isReady()) {
715715
this._loadListeners.push(listner);
716716
} else {
717-
listner();
717+
listner(this);
718718
}
719719
};
720720

0 commit comments

Comments
 (0)