Commit 8deac51f8050413ad8ed6d4042462bb3ff1d53ce
1 parent
6751e826
fixed minor bugs of rendering
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
... | ... | @@ -1068,7 +1068,7 @@ namespace stim { |
1068 | 1068 | dlist = glGenLists(1); |
1069 | 1069 | glNewList(dlist, GL_COMPILE); |
1070 | 1070 | |
1071 | - glLineWidth(50); | |
1071 | + glLineWidth(5); | |
1072 | 1072 | for (unsigned i = 0; i < inlet.size(); i++) { |
1073 | 1073 | if (inlet_feasibility[i]) |
1074 | 1074 | glColor3f(0.0f, 0.0f, 0.0f); // feasible -> black | ... | ... |