pull/3471/head
kallaballa 3 years ago
parent 738012b672
commit 7321e9ca45
  1. 1
      src/tetra/tetra-demo.cpp

@ -129,6 +129,7 @@ int main(int argc, char **argv) {
//Blit the framebuffer we have been working on to the screen
blitFrameBufferToScreen();
//check is the x11 window was closed
if(x11::window_closed())
break;
}

Loading…
Cancel
Save