mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -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) {
|
||||
self.loadBuffer(e.target.result);
|
||||
this.updatePatchUI();
|
||||
self.updatePatchUI();
|
||||
};
|
||||
|
||||
reader.readAsArrayBuffer(file);
|
||||
|
||||
Reference in New Issue
Block a user