X-Git-Url: https://eleni.mutantstargoat.com/git/?p=vkrt;a=blobdiff_plain;f=src%2Fmain.c;h=af4277c20421d870a7884a345fc76f55f0a78a69;hp=94d6269eda5208253ff2de8f0065329ec346043f;hb=8d3a8ecaf4f20ed8c460ab75724c7bf8363e905a;hpb=c19f01fbe275b5e619e3c4112fe6b32af9bb2713 diff --git a/src/main.c b/src/main.c index 94d6269..af4277c 100644 --- a/src/main.c +++ b/src/main.c @@ -33,7 +33,7 @@ display(void); static GLFWwindow *win; static bool redraw_pending; -static bool vk_enable_layers; +static bool vk_enable_layers = true; static int win_w = 800; static int win_h = 600;