Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2019-02-06 19:20:54 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-02-06 19:27:02 +0300
commit4357c80793c91a6be394417fa5acba023ae814dc (patch)
treee871253422d2fcf00ccb20866c2b64ffab3b8776 /src/slic3r/GUI/3DScene.hpp
parent9fc75d7b34e0e1ca93f8c495d52a2d5d0e6d4959 (diff)
SLA gizmo - fixed hiding of objects and instances
Diffstat (limited to 'src/slic3r/GUI/3DScene.hpp')
-rw-r--r--src/slic3r/GUI/3DScene.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/3DScene.hpp b/src/slic3r/GUI/3DScene.hpp
index 2732b5a13..f6ccb7646 100644
--- a/src/slic3r/GUI/3DScene.hpp
+++ b/src/slic3r/GUI/3DScene.hpp
@@ -456,7 +456,7 @@ public:
// Render the volumes by OpenGL.
void render_VBOs(ERenderType type, bool disable_cullface, std::function<bool(const GLVolume&)> filter_func = std::function<bool(const GLVolume&)>()) const;
- void render_legacy(ERenderType type, bool disable_cullface) const;
+ void render_legacy(ERenderType type, bool disable_cullface, std::function<bool(const GLVolume&)> filter_func = std::function<bool(const GLVolume&)>()) const;
// Finalize the initialization of the geometry & indices,
// upload the geometry and indices to OpenGL VBO objects