Update main.js

This commit is contained in:
MeowcaTheoRange 2022-04-29 09:30:39 -05:00 committed by GitHub
parent 907088bb26
commit ecbde23ac2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -218,7 +218,7 @@ scene("Game", (idx, noTrans) => {
"bar"
]);
}
if (!get("note" + prevStep).length) {
if (get("note" + prevStep).length <= 0) {
makeNote(charts[idx.song].chart[Math.floor(prevStep)]);
}
if (!underlay.isPaused()) {