Skip to content

Commit e624f07

Browse files
author
Nathan Bolton
committed
Merge: Fix the progress bar showed after retry loading rpgtkoolmv#206
rpgtkoolmv#206
1 parent 43fc1ba commit e624f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/rpg_core/Graphics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Graphics.eraseLoadingError = function() {
397397
this._errorPrinter.style.msUserSelect = 'none';
398398
this._errorPrinter.style.mozUserSelect = 'none';
399399
this._errorPrinter.oncontextmenu = function() { return false; };
400-
this.startLoading();
400+
this._loadingCount = 0;
401401
}
402402
};
403403

0 commit comments

Comments
 (0)