Opengl render and font

This commit is contained in:
Krzosa Karol
2024-07-26 14:47:03 +02:00
parent ee6df45e2d
commit def8b6bdc2
5 changed files with 362 additions and 38 deletions

View File

@@ -181,8 +181,8 @@ int CompileNewPlatform() {
int main() {
MA_InitScratch();
SRC_InitCache(Perm, "te.cache");
// int result = CompileTextEditor();
int result = CompileNewPlatform();
int result = CompileTextEditor();
// int result = CompileNewPlatform();
if (result != 0) {
OS_DeleteFile("te.cache");