Skip to content

Commit

Permalink
Merge pull request #1638 from gforney/master
Browse files Browse the repository at this point in the history
smokeview source: don't draw regular outlines and cface outlines at t…
  • Loading branch information
gforney committed Jul 12, 2023
2 parents 42d92dc + 2549f97 commit 91358b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/smokeview/IOwui.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ void DrawTerrainGeom(int option){

//*** edges

if(show_faces_outline==1){
if(use_cfaces==0&&show_faces_outline==1){
glPushMatrix();
glTranslatef(0.0, 0.0, geom_dz_offset);
glLineWidth(geom_linewidth);
Expand Down

0 comments on commit 91358b1

Please sign in to comment.