Improved REPL

This commit is contained in:
2022-12-19 15:12:34 +00:00
parent d13d4ece9a
commit 0f90215b7a
8 changed files with 152 additions and 45 deletions

View File

@@ -126,7 +126,7 @@ void openglRender(struct window *window)
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
////// TEXT && GUI
// script_call_sym(window->gui_cb);
//script_call_sym(window->gui_cb);
///// Sprites
glDepthFunc(GL_LESS);