aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-16 20:25:15 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-16 20:25:15 +0200
commite37a174979059a97c342c51b741f4f89609830c4 (patch)
tree4eaa23ed2675f7b047ac7693fcfc649dd40cfcb9 /include/Body.hpp
parent2d36d7344a85d0895d0f8894a7412d10e5ff0c8a (diff)
Use vertex buffer for rendering text
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp1
1 files changed, 1 insertions, 0 deletions
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<BodyItem> clicked_body_item = nullptr;
RoundedRectangle item_background;
RoundedRectangle reaction_background;
+ bool render_selected_item_bg = true;
};
} \ No newline at end of file