From e37a174979059a97c342c51b741f4f89609830c4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 16 May 2021 20:25:15 +0200 Subject: Use vertex buffer for rendering text --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index b5ca210..3106cc3 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -317,5 +317,6 @@ namespace QuickMedia { std::shared_ptr clicked_body_item = nullptr; RoundedRectangle item_background; RoundedRectangle reaction_background; + bool render_selected_item_bg = true; }; } \ No newline at end of file -- cgit v1.2.3