Sketcher: Correct comment

========================

6c019ac93f (r64179273)
This commit is contained in:
Abdullah Tahiri
2022-02-05 05:29:44 +01:00
parent 7aefd2366f
commit 91da38ada5

View File

@@ -72,7 +72,7 @@ struct DrawingParameters {
const float zHighLines = 0.007f; // Height used for on top rendered lines
const float zHighLine = 0.008f; // Height for highlighted lines (selected/preselected)
const float zConstr = 0.009f; // Height for rendering constraints
const float zRootPoint = 0.010f; // Height used for bottom rendered points
const float zRootPoint = 0.010f; // Height used for rendering the root point
const float zLowPoints = 0.011f; // Height used for bottom rendered points
const float zHighPoints = 0.012f; // Height used for in-the-middle rendered points
const float zHighlight = 0.013f; // Height for highlighted points (selected/preselected)