these are probably needed breaks

This commit is contained in:
RogueMaster
2022-11-02 18:40:02 -04:00
parent b2840275d2
commit 90d20f241b
24 changed files with 82 additions and 2 deletions

View File

@@ -346,6 +346,8 @@ static void render_callback(Canvas* const canvas, void* ctx) {
case 9:
number_9(canvas, isOnRight, editingMarkerPosition[index]);
break;
default:
break;
}
}