Merge branch 'blender-v2.90-release'

This commit is contained in:
Antonio Vazquez 2020-08-18 09:52:20 +02:00
commit be30023c68
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ void main()
if ((curveHandleDisplay != CURVE_HANDLE_ALL) && (!handle_selected)) {
/* Nurbs must show the handles always. */
bool is_u_segment = (((vertFlag[1] ^ vertFlag[0]) & EVEN_U_BIT) != 0);
if (!is_u_segment) {
if ((!is_u_segment) && (color_id <= 4)) {
return;
}
}