release build, fix process kill, baked in font, fix goto on build
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
2950
src/render/generated_font.cpp
Normal file
2950
src/render/generated_font.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user