dos: forgot to reshape at least once, to allocate the framebuffer
[retroray] / src / dos / main.c
index ad64f4c..a11de39 100644 (file)
@@ -79,6 +79,8 @@ int main(int argc, char **argv)
        }
        disp_pending = 1;
 
+       app_reshape(win_width, win_height);
+
        for(;;) {
                int key;
                while((key = kb_getkey()) != -1) {