Merge branch 'updating' of https://github.com/prusa3d/slic3r into updating

This commit is contained in:
YuSanka 2018-04-30 11:12:41 +02:00
commit dd10ccfcef

View File

@ -1152,6 +1152,8 @@ sub InitGL {
$self->volumes->finalize_geometry(1)
if ($^O eq 'linux' && $self->UseVBOs);
$self->zoom_to_bed;
glClearColor(0, 0, 0, 1);
glColor3f(1, 0, 0);
glEnable(GL_DEPTH_TEST);