Fix compilation error in previous commit.

This commit is contained in:
Jeroen Bakker 2022-01-28 14:01:25 +01:00
parent cdcbdf8ce4
commit 29a1d8b1d3
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ static void boxsampleclip(struct ImBuf *ibuf, rctf *rf, TexResult *texres)
if (div != 0.0f) {
div = 1.0f / div;
mul_v4_fl(texres->trgba, div)
mul_v4_fl(texres->trgba, div);
}
else {
zero_v4(texres->trgba);