diff options
author | RealBadAngel <maciej.kasatkin@o2.pl> | 2016-02-11 04:57:01 +0100 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2016-02-11 13:11:25 +0100 |
commit | 9357294cfc4c73aa5ccc56a34aae8834a4766378 (patch) | |
tree | 61c754637ffeac391ffa6d9c2e5d5a37f4c808d4 /src/hud.h | |
parent | c1044b9a4a2eb45a0b71566bee59e5961708bebf (diff) | |
download | minetest-9357294cfc4c73aa5ccc56a34aae8834a4766378.tar.gz minetest-9357294cfc4c73aa5ccc56a34aae8834a4766378.tar.bz2 minetest-9357294cfc4c73aa5ccc56a34aae8834a4766378.zip |
Use single box for halo mesh
Diffstat (limited to 'src/hud.h')
-rw-r--r-- | src/hud.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ private: video::SColor hbar_colors[4]; std::vector<aabb3f> m_selection_boxes; + std::vector<aabb3f> m_halo_boxes; v3f m_selection_pos; v3f m_selection_pos_with_offset; |