From 9aa1204378c451923b2fb2f0363579e4ce59c23a Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Wed, 19 Feb 2025 17:24:23 -0500 Subject: pke: first-pass unregister string render + cleanup --- editor/editor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'editor/editor.cpp') 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); -- cgit v1.2.3