Text rendering via script

This commit is contained in:
2022-12-21 01:34:22 +00:00
parent df907aec2b
commit 2bcee44677
9 changed files with 109 additions and 44 deletions

View File

@@ -127,6 +127,7 @@ void openglRender(struct window *window)
////// TEXT && GUI
//script_call_sym(window->gui_cb);
call_gui();
///// Sprites
glDepthFunc(GL_LESS);