From 676210d6f416e30516e7641bdec2f0038dda00c8 Mon Sep 17 00:00:00 2001 From: Enrico Turri <enricoturri@seznam.cz> Date: Mon, 4 Jun 2018 12:30:40 +0200 Subject: [PATCH] Fixed typo --- xs/src/slic3r/GUI/GLCanvas3D.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/src/slic3r/GUI/GLCanvas3D.cpp b/xs/src/slic3r/GUI/GLCanvas3D.cpp index 008324a62..892fa5bc5 100644 --- a/xs/src/slic3r/GUI/GLCanvas3D.cpp +++ b/xs/src/slic3r/GUI/GLCanvas3D.cpp @@ -1726,7 +1726,7 @@ void GLCanvas3D::_late_init() // In that case the volumes are wainting to be moved to Vertex Buffer Objects // after the OpenGL context is being initialized. #if defined(__LINUX__) - if (() && m_use_VBOs && (m_volumes != nullptr) + if (m_use_VBOs && (m_volumes != nullptr) { m_volumes->finalize_geometry(m_use_VBOs); if ($^O eq 'linux' && $self->UseVBOs);