rename api functions...

- minf, maxf, mini, maxi --> min_ff, max_ff, min_ii, max_ii
This commit is contained in:
2012-10-23 13:28:22 +00:00
parent 9599c2a02b
commit f70d2c65d8
94 changed files with 283 additions and 280 deletions

View File

@@ -1129,7 +1129,7 @@ static void do_material_tex(GPUShadeInput *shi)
newnor = tnor;
}
norfac = minf(fabsf(mtex->norfac), 1.0f);
norfac = min_ff(fabsf(mtex->norfac), 1.0f);
if (norfac == 1.0f && !GPU_link_changed(stencil)) {
shi->vn = newnor;