Remove printf
This commit is contained in:
parent
a2c735f158
commit
49a6873ad5
|
@ -21,7 +21,6 @@ void main() {
|
|||
mesaure_busy_loop();
|
||||
|
||||
while(true) {
|
||||
printf("Doing stuff...\n");
|
||||
JabyEngine::GPU::swap_buffers_vsync(2);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue