mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 04:59:01 +08:00
Fix:
../src/slic3r/GUI/Gizmos/GLGizmoSVG.cpp:1833:58: warning: lambda capture 'volume' is not used [-Wunused-lambda-capture]
This commit is contained in:
parent
1b62121c97
commit
261f9db2e2
@ -1830,7 +1830,7 @@ void GLGizmoSVG::draw_mirroring()
|
||||
Selection &selection = m_parent.get_selection();
|
||||
selection.setup_cache();
|
||||
|
||||
auto selection_mirror_fnc = [&selection, &axis, &volume = *m_volume](){
|
||||
auto selection_mirror_fnc = [&selection, &axis](){
|
||||
TransformationType type = selection.is_single_volume()?
|
||||
TransformationType::Local:
|
||||
TransformationType::Instance;
|
||||
|
Loading…
x
Reference in New Issue
Block a user