mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
3rd attempt to fix opengl initialization on linux
This commit is contained in:
parent
548f773074
commit
af8e869880
8 changed files with 28 additions and 1 deletions
|
@ -2194,7 +2194,7 @@ sub load_object {
|
|||
$instance_idxs ||= [0..$#{$model_object->instances}];
|
||||
#==============================================================================================================================
|
||||
my $volume_indices = $self->volumes->load_object(
|
||||
$model_object, $obj_idx, $instance_idxs, $self->color_by, $self->select_by, $self->drag_by, $useVBOs);
|
||||
$model_object, $obj_idx, $instance_idxs, $self->color_by, $self->select_by, $self->drag_by, $useVBOs && Slic3r::GUI::_3DScene::is_shader_enabled($self));
|
||||
# my $volume_indices = $self->volumes->load_object(
|
||||
# $model_object, $obj_idx, $instance_idxs, $self->color_by, $self->select_by, $self->drag_by,
|
||||
# $self->UseVBOs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue