From 2549f972948f3a90a8014ecac739ae3ba861ac0a Mon Sep 17 00:00:00 2001 From: gforney Date: Wed, 12 Jul 2023 16:17:09 -0400 Subject: [PATCH] smokeview source: don't draw regular outlines and cface outlines at the same time --- Source/smokeview/IOwui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/smokeview/IOwui.c b/Source/smokeview/IOwui.c index 157201b012..6017bb84f8 100644 --- a/Source/smokeview/IOwui.c +++ b/Source/smokeview/IOwui.c @@ -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);