mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Had the vertex buffer objects disabled for debugging purposes by mistake.
This commit is contained in:
@@ -912,8 +912,6 @@ sub UseVBOs {
|
||||
$self->{use_VBOs} = int($gl_version[0]) >= 2;
|
||||
# print "InitGL $self OpenGL major: $gl_version[0], minor: $gl_version[1]. Use VBOs: ", $self->{use_VBOs}, "\n";
|
||||
}
|
||||
#FIXME
|
||||
$self->{use_VBOs} = 0;
|
||||
}
|
||||
return $self->{use_VBOs};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user