removed assert test
This commit is contained in:
parent
221b9038d8
commit
7b69fd8b76
3
opengl.c
3
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;
|
||||
|
|
Loading…
Reference in New Issue