Merge branch 'blender-v3.4-release'

This commit is contained in:
Campbell Barton 2022-11-04 19:19:23 +11:00
commit 4b2458b457
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct FloatTraits {
static inline BlendType max(BlendType a, BlendType b)
{
return min_ff(a, b);
return max_ff(a, b);
}
/* Discretizes in steps of 1.0 / range */