From f892f3c3afb4a3795dc3ba5c26cacd1f8088b902 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 15 Nov 2022 20:58:24 -0500 Subject: text on top of dialog box --- src/ui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui.cpp') diff --git a/src/ui.cpp b/src/ui.cpp index 5d8b0cc..1754686 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -15,7 +15,7 @@ void UISystem::configure(entityx::EntityManager&, entityx::EventManager&) void UISystem::createDialogBox(float x, float y, float w, float h) { // Queue for generation in the main thread. - m_boxes.emplace_back(0, x, y, w, h); + m_boxes.emplace_back(0, x, -y, w, h); } void UISystem::update(entityx::EntityManager&, -- cgit v1.2.3