Remove printf

This commit is contained in:
Jaby 2023-04-26 22:07:38 +02:00 committed by Jaby
parent 63e354cc86
commit 44c499be7f
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ void main() {
mesaure_busy_loop();
while(true) {
printf("Doing stuff...\n");
JabyEngine::GPU::swap_buffers_vsync(2);
}
}