mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 18:10:41 +08:00
Fixed warning
This commit is contained in:
parent
270c076e77
commit
86ddac7b1e
@ -2665,7 +2665,7 @@ void GCodeViewer::render_toolpaths()
|
||||
};
|
||||
|
||||
#if ENABLE_SEAMS_USING_MODELS
|
||||
auto render_as_instanced_model = [this]
|
||||
auto render_as_instanced_model = []
|
||||
(TBuffer& buffer, GLShaderProgram & shader) {
|
||||
for (auto& range : buffer.model.instances.render_ranges.ranges) {
|
||||
if (range.vbo == 0 && range.count > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user