diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-19 17:24:23 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-02-19 17:24:23 -0500 |
| commit | 9aa1204378c451923b2fb2f0363579e4ce59c23a (patch) | |
| tree | 61c581ad72823ea5e11f671387f09d5fab343e6c /editor/editor.cpp | |
| parent | f7ff00ed46d93c9ec3e8981c7f9b596b68adce82 (diff) | |
pke: first-pass unregister string render + cleanup
Diffstat (limited to 'editor/editor.cpp')
| -rw-r--r-- | editor/editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp index 8f90c9d..c7b1348 100644 --- a/editor/editor.cpp +++ b/editor/editor.cpp @@ -718,7 +718,6 @@ int SortFontGlyphChar(const void *a, const void *b) { void GenerateMTSDF(FontTypeMSDFSettings *msdf_settings, const Asset *a) { assert(PK_HAS_FLAG(a->type, PKE_ASSET_TYPE_FONT)); FontTypeSpacing ft_spacing{}; - glm::ivec4 ibounds; glm::dvec4 dbounds; NULL_CHAR_ARR(path_txtr, 128); NULL_CHAR_ARR(path_glyphs, 128); |
