From 7b69fd8b76d7a433e35f60de7069e503cee4914a Mon Sep 17 00:00:00 2001 From: vurtun Date: Fri, 27 Mar 2015 16:55:42 +0100 Subject: [PATCH] removed assert test --- opengl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/opengl.c b/opengl.c index 18e3983..e19eeab 100644 --- a/opengl.c +++ b/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;