From 6f7e2bbb83d518c8df06966d71e83a23ed5dfefd Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:29:51 +1000 Subject: slight font directives changes invalid font directives stopped checkerboarding the glyph texture at some point, fixed that too --- source/core/StarDirectives.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/core/StarDirectives.cpp') diff --git a/source/core/StarDirectives.cpp b/source/core/StarDirectives.cpp index 89985a0..b995b37 100644 --- a/source/core/StarDirectives.cpp +++ b/source/core/StarDirectives.cpp @@ -140,7 +140,7 @@ void Directives::parse(String&& directives) { } catch (StarException const& e) { prefix = split; - return; + entries.emplace_back(ImageOperation(ErrorImageOperation{std::current_exception()}), beg, end); } } else { -- cgit v1.2.3