release build, fix process kill, baked in font, fix goto on build

This commit is contained in:
2025-08-17 19:05:37 +02:00
parent 1276c565da
commit b0f314c9e3
8 changed files with 2989 additions and 252 deletions

View File

@@ -100,7 +100,7 @@ Font CreateFont(Atlas *atlas, int32_t size, String path) {
result.glyphs.allocator = allocator;
String file = ReadFile(scratch, path);
if (file.len == 0) {
file = GetDefaultFont(scratch);
file = BakedInFont;
Assert(file.len != 0);
}

File diff suppressed because it is too large Load Diff