Blender Git Loki

Git Commits -> Revision 934a11e

Revision 934a11e by Kent Mein (master)
August 31, 2004, 14:23 (GMT)


ok my last little tweak for today ;)

I cleaned up the code a little did a couple of these:
if (blah > stuff - wah) blah = stuff - wah;

changed to....
tmp = stuff - wah;
if (blah > tmp) blah = tmp;

and combined multiple if statements

Kent

Commit Details:

Full Hash: 934a11e9ff430a40d88a250718bddc08e26cc065
SVN Revision: 3033
Parent Commit: 0a30544
Lines Changed: +18, -14

1 Modified Path:

/source/blender/imbuf/intern/rectop.c (+18, -14) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021