Update main.js
This commit is contained in:
parent
907088bb26
commit
ecbde23ac2
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ scene("Game", (idx, noTrans) => {
|
||||||
"bar"
|
"bar"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
if (!get("note" + prevStep).length) {
|
if (get("note" + prevStep).length <= 0) {
|
||||||
makeNote(charts[idx.song].chart[Math.floor(prevStep)]);
|
makeNote(charts[idx.song].chart[Math.floor(prevStep)]);
|
||||||
}
|
}
|
||||||
if (!underlay.isPaused()) {
|
if (!underlay.isPaused()) {
|
||||||
|
|
Loading…
Reference in a new issue