vurtun 10 лет назад
Родитель
Сommit
7b69fd8b76
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      opengl.c

+ 1 - 2
opengl.c

@@ -393,8 +393,7 @@ main(int argc, char *argv[])
     memory.command_percentage = 0.19f;
     memory.clip_percentage = 0.01f;
 
-    /*ctx = gui_new(&memory, &input);*/
-    ctx = gui_new(&memory, NULL);
+    ctx = gui_new(&memory, &input);
     font = ldfont("mono.sdf", 16);
     gui_default_config(&config);
     config.colors[GUI_COLOR_TEXT].r = 255;