1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Use single box for halo mesh

This commit is contained in:
RealBadAngel 2016-02-11 04:57:01 +01:00 committed by Kahrl
parent c1044b9a4a
commit 9357294cfc
4 changed files with 30 additions and 25 deletions

View file

@ -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;