Remove printf

This commit is contained in:
Jaby
2023-04-26 22:07:38 +02:00
parent df9506b585
commit e3b2a3026c

View File

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