Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarDirectives.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-04-24 16:29:51 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-04-24 16:29:51 +1000
commit6f7e2bbb83d518c8df06966d71e83a23ed5dfefd (patch)
tree1cdacfaaa834f841a43d63a480b214b34b97545c /source/core/StarDirectives.cpp
parentf58702683fda7d9b6c26548b1cf7e2382f958893 (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.cpp2
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 {