mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-04-03 13:53:19 +09:00
fix type
This commit is contained in:
parent
79370aaee2
commit
c26c01c7a0
@ -686,7 +686,7 @@ function reset() {
|
|||||||
comboPrev.value = 0;
|
comboPrev.value = 0;
|
||||||
maxCombo.value = 0;
|
maxCombo.value = 0;
|
||||||
gameLoaded.value = false;
|
gameLoaded.value = false;
|
||||||
readyGo.value = false;
|
readyGo.value = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
function dispose() {
|
function dispose() {
|
||||||
|
Loading…
Reference in New Issue
Block a user