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 5e7f487 commit 76d73b1Copy full SHA for 76d73b1
js/rpg_core/Graphics.js
@@ -287,8 +287,7 @@ Graphics.printLoadingError = function(url) {
287
button.style.fontSize = '24px';
288
button.style.color = '#ffffff';
289
button.style.backgroundColor = '#000000';
290
- button.onclick = ResourceHandler.retry.bind(ResourceHandler);
291
- button.ontouchstart = function(event) {
+ button.onmousedown = button.ontouchstart = function(event) {
292
ResourceHandler.retry();
293
event.stopPropagation();
294
};
0 commit comments