Fixed artifacts in bevel with high profile and segments

This commit is contained in:
Rohan Rathi 2018-07-09 21:55:08 +05:30
parent b360c9d7f9
commit 13741792ab
1 changed files with 1 additions and 1 deletions

View File

@ -5619,7 +5619,7 @@ void BM_mesh_bevel(
bp.hnmode = hnmode;
bp.faceHash = NULL;
if (profile >= 0.999f) { /* r ~ 692, so PRO_SQUARE_R is 1e4 */
if (profile >= 0.950f) { /* r ~ 692, so PRO_SQUARE_R is 1e4 */
bp.pro_super_r = PRO_SQUARE_R;
}