mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Fix regression in single patch pages
This commit is contained in:
+1
-1
@@ -381,7 +381,7 @@ DllPatcher.prototype.loadFile = function(file) {
|
|||||||
|
|
||||||
reader.onload = function(e) {
|
reader.onload = function(e) {
|
||||||
self.loadBuffer(e.target.result);
|
self.loadBuffer(e.target.result);
|
||||||
this.updatePatchUI();
|
self.updatePatchUI();
|
||||||
};
|
};
|
||||||
|
|
||||||
reader.readAsArrayBuffer(file);
|
reader.readAsArrayBuffer(file);
|
||||||
|
|||||||
Reference in New Issue
Block a user