1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add option to use neither node highlighting nor outlining

This commit is contained in:
ezhh 2017-05-11 23:18:36 +01:00 committed by Craig Robbins
parent febd07fc0d
commit 018217f6b2
5 changed files with 26 additions and 14 deletions

View file

@ -175,7 +175,11 @@ private:
v3f m_selected_face_normal;
video::SMaterial m_selection_material;
bool m_use_selection_mesh;
enum {
HIGHLIGHT_BOX,
HIGHLIGHT_HALO,
HIGHLIGHT_NONE } m_mode;
};
enum ItemRotationKind {