Skip to content

Commit 9865abc

Browse files
author
Nio Kasgami
authored
Removed a outdated command line
Removed AudioManager.checkErrors();
1 parent 79a33bc commit 9865abc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/rpg_scenes/Scene_Base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ Scene_Base.prototype.start = function() {
107107
Scene_Base.prototype.update = function() {
108108
this.updateFade();
109109
this.updateChildren();
110-
AudioManager.checkErrors();
111110
};
112111

113112
/**

0 commit comments

Comments
 (0)