This commit is contained in:
syuilo 2024-01-13 17:06:41 +09:00
parent 79370aaee2
commit c26c01c7a0
1 changed files with 1 additions and 1 deletions

View File

@ -686,7 +686,7 @@ function reset() {
comboPrev.value = 0;
maxCombo.value = 0;
gameLoaded.value = false;
readyGo.value = false;
readyGo.value = null;
}
function dispose() {