Fix potential score bug

This commit is contained in:
karl 2021-10-17 23:34:20 +02:00
parent 7f5363d3dc
commit b8c43a0933

View File

@ -447,6 +447,7 @@
spawn_ground();
}
under_spikes_in_previous_frame = false;
score = 0;
update_score();
}