We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef6fc9 commit bc89941Copy full SHA for bc89941
Src/DasherCore/DasherTypes.h
@@ -80,7 +80,7 @@ namespace Options
80
81
enum FontSize { Normal = 1, Big = 2, VBig = 4 };
82
83
- enum RenderingShapeTypes { DISJOINT_RECTANGLE = 0, OVERLAPPING_RECTANGLE = 1, TRIANGLE = 2, TRUNCATED_TRIANGLE = 3, QUADRIC = 4, CIRCLE = 5, CUBE = 6 };
+ enum RenderingShapeTypes { DISJOINT_RECTANGLE = 0, OVERLAPPING_RECTANGLE = 1, TRIANGLE = 2, TRUNCATED_TRIANGLE = 3, QUADRIC = 4, CIRCLE = 5, CUBE = 6 };
84
85
enum ScreenGeometry {old_style = 0, square_no_xhair = 1, squish = 2, squish_and_log = 3};
86
}
0 commit comments