Skip to content

Commit 788dc91

Browse files
committed
Fix shake in vgc
1 parent d664ba2 commit 788dc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/programs/vgc/vgc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ void vgc(const char** unused) {
180180
note_progress = 0;
181181
note_index = (note_index + 1) % num_notes;
182182

183-
if (notes[note_index] == 55) {
183+
if (notes[note_index] == 50) {
184184
allow_shake = 1;
185185
}
186186
}

0 commit comments

Comments
 (0)