Fixed warning
This commit is contained in:
parent
acd225cee2
commit
7274d2bb6e
1 changed files with 2 additions and 0 deletions
|
@ -5706,7 +5706,9 @@ void GLCanvas3D::_update_volumes_hover_state()
|
|||
return;
|
||||
}
|
||||
|
||||
#if !ENABLE_NEW_CAMERA_MOVEMENTS_SHIFT_SELECTION
|
||||
bool selection_modifiers_only = m_selection.is_empty() || m_selection.is_any_modifier();
|
||||
#endif // !ENABLE_NEW_CAMERA_MOVEMENTS_SHIFT_SELECTION
|
||||
|
||||
bool hover_modifiers_only = true;
|
||||
for (int i : m_hover_volume_idxs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue