Fix #109662: Always use zero for retopology min offset when disabled #109658

Merged
Clément Foucault merged 1 commits from bonj/blender:fix/retopology-overlay-min-offset into main 2023-07-11 12:05:59 +02:00

1 Commits

Author SHA1 Message Date
Jorijn de Graaf 5da876190f Always use zero for retopology min offset when disabled
Using 0.0015f as minimum value on Apple makes sense when the retopology overlay is enabled.
When disabled however, this will cause the shader to think the overlay is enabled when it's not, affecting the color of faces.
Therefore the offset when disabled should always be zero.
I've removed the unnecessary define and shortened the name of the other one.
2023-07-03 17:39:18 +02:00