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

@@ -149,6 +149,8 @@ int32_t mandelbrot_app(void* p) {
case InputKeyBack:
processing = false;
break;
default:
break;
}
}
}