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:
Diffstat (limited to 'lib/Slic3r/GUI/Plater/2DToolpaths.pm')
-rw-r--r--lib/Slic3r/GUI/Plater/2DToolpaths.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Slic3r/GUI/Plater/2DToolpaths.pm b/lib/Slic3r/GUI/Plater/2DToolpaths.pm
index e48793bb0..96a252a08 100644
--- a/lib/Slic3r/GUI/Plater/2DToolpaths.pm
+++ b/lib/Slic3r/GUI/Plater/2DToolpaths.pm
@@ -338,7 +338,6 @@ sub Render {
glClear(GL_COLOR_BUFFER_BIT);
if (!$self->GetParent->enabled || !$self->layers) {
- glFlush();
$self->SwapBuffers;
return;
}
@@ -486,7 +485,6 @@ sub Render {
}
gluDeleteTess($tess) if $tess;
- glFlush();
$self->SwapBuffers;
}