diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-23 12:07:48 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-02-23 12:08:21 +0100 |
commit | 24097811e498afafdd7bb4d012d0b8759d0115e7 (patch) | |
tree | c1fdc77b1ac42d85384401fedc793cdee08f5495 /scene | |
parent | fa51a98284500d9d8c21731a834a6adfa95c9689 (diff) |
Fix invalid change from CLAMP to MAX in #26099
CLAMP limits the value between the two bounds, so for unsigned ints
it should be replaced by MIN(val, max), not MAX.
The issue in voxel_light_baker.cpp was fixed in 4f697f7.
Fixes #26170.
Diffstat (limited to 'scene')
0 files changed, 0 insertions, 0 deletions