summaryrefslogtreecommitdiff
path: root/scene
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-02-23 12:07:48 +0100
committerRémi Verschelde <rverschelde@gmail.com>2019-02-23 12:08:21 +0100
commit24097811e498afafdd7bb4d012d0b8759d0115e7 (patch)
treec1fdc77b1ac42d85384401fedc793cdee08f5495 /scene
parentfa51a98284500d9d8c21731a834a6adfa95c9689 (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