Fix comment

This commit is contained in:
Jon Evans 2020-12-30 18:51:32 -05:00
parent 23c9eddf2d
commit 60fd7fdbb2
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ enum class CORNER_MODE
{
MITERED_90, ///< H/V only (90-degree corners) (not yet implemented)
MITERED_45, ///< H/V/45 with mitered corners (default)
ROUNDED_90, ///< H/V/45 with filleted corners
ROUNDED_45 ///< H/V with filleted corners (not yet implemented)
ROUNDED_90, ///< H/V with filleted corners (not yet implemented)
ROUNDED_45 ///< H/V/45 with filleted corners
};
/**