diff -r a1f3f7d9078b -r a9bf6bab5ea2 src/gl/common.h --- a/src/gl/common.h Wed Jun 15 13:05:53 2022 +0300 +++ b/src/gl/common.h Wed Jun 15 19:47:02 2022 +0300 @@ -93,8 +93,6 @@ { // Normal rendering style Normal, - // Render all polygons as lines - Wireframe, // Use green colour for front faces and red colour for back faces BfcRedGreen, // Use a different colour for each object @@ -133,6 +131,7 @@ GLfloat lineThickness = 2.0f; bool lineAntiAliasing = true; bool drawAxes = true; + bool wireframe = false; }; }