Skip to content

Commit

Permalink
Disable OpenGL code in master branch for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed May 17, 2013
1 parent 4bfbadd commit ba43382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r/GUI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use Slic3r::GUI::SkeinPanel;
use Slic3r::GUI::SimpleTab;
use Slic3r::GUI::Tab;

our $have_OpenGL = eval "use Slic3r::GUI::PreviewCanvas; 1";
our $have_OpenGL = 0 && eval "use Slic3r::GUI::PreviewCanvas; 1";

use Wx 0.9901 qw(:bitmap :dialog :frame :icon :id :misc :systemsettings :toplevelwindow);
use Wx::Event qw(EVT_CLOSE EVT_MENU);
Expand Down

0 comments on commit ba43382

Please sign in to comment.