diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-24 16:29:51 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-04-24 16:29:51 +1000 |
commit | 6f7e2bbb83d518c8df06966d71e83a23ed5dfefd (patch) | |
tree | 1cdacfaaa834f841a43d63a480b214b34b97545c /source/core/StarDirectives.cpp | |
parent | f58702683fda7d9b6c26548b1cf7e2382f958893 (diff) |
slight font directives changes
invalid font directives stopped checkerboarding the glyph texture at some point, fixed that too
Diffstat (limited to 'source/core/StarDirectives.cpp')
-rw-r--r-- | source/core/StarDirectives.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |