aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/system/RenderSystem.cpp
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-17 20:47:14 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-17 20:47:14 +0100
commit36f941aa1cdea5faeec20a0dc793e0538ccd6d15 (patch)
treef944b01ed0bb0d189e115f375cda8e3e7df5c17e /src/crepe/system/RenderSystem.cpp
parent970159235e5f1a1dcb6a7f725e782374ced54d3b (diff)
implemented feedback
Diffstat (limited to 'src/crepe/system/RenderSystem.cpp')
-rw-r--r--src/crepe/system/RenderSystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crepe/system/RenderSystem.cpp b/src/crepe/system/RenderSystem.cpp
index 4082591..bf2bfd3 100644
--- a/src/crepe/system/RenderSystem.cpp
+++ b/src/crepe/system/RenderSystem.cpp
@@ -87,7 +87,6 @@ void RenderSystem::render_text() {
if (!text.active) continue;
if (!text.font.has_value())
text.font.emplace(ctx.get_font_from_name(text.font_family));
- if (!text.font.has_value()) continue;
const Font & font = resource_manager.get<Font>(text.font.value());
const auto & transform