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.
1 parent 43fc1ba commit e624f07Copy full SHA for e624f07
js/rpg_core/Graphics.js
@@ -397,7 +397,7 @@ Graphics.eraseLoadingError = function() {
397
this._errorPrinter.style.msUserSelect = 'none';
398
this._errorPrinter.style.mozUserSelect = 'none';
399
this._errorPrinter.oncontextmenu = function() { return false; };
400
- this.startLoading();
+ this._loadingCount = 0;
401
}
402
};
403
0 commit comments