removed assert test

This commit is contained in:
vurtun 2015-03-27 16:55:42 +01:00
parent 221b9038d8
commit 7b69fd8b76
1 changed files with 1 additions and 2 deletions

View File

@ -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;