This commit is contained in:
2022-06-22 04:16:14 +00:00
parent b5de1012ff
commit 056ce83eb8
43 changed files with 1019 additions and 67 deletions

View File

@@ -105,9 +105,9 @@ void openglInit()
debugdraw_init();
stdFont = MakeFont("notosans.ttf", 300);
//stdFont = MakeFont("notosans.ttf", 300);
text_settype(stdFont);
//text_settype(stdFont);
//glEnable(GL_STENCIL_TEST);
glClearColor(editorClearColor[0], editorClearColor[1],