Fixed initial view on Linux Ubuntu
This commit is contained in:
parent
bb4c4d9ecf
commit
a208639ce7
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue