| # | Line 237 | Line 237 | endpicture() /* finish and write out pixels */ | |
|---|---|---|
| 237 | /* compute final pixel values */ | |
| 238 | for (p = hres*vres; p--; ) { | |
| 239 | if (myweight[p] <= FTINY) { | |
| 240 | < | if (lastr >= 0) |
| 240 | > | if (lastr >= 0) { |
| 241 | if (p/hres == lastp/hres) | |
| 242 | copycolor(mypixel[p], mypixel[lastp]); | |
| 243 | else | |
| 244 | copycolor(mypixel[p], mypixel[lastrp]); | |
| 245 | + | } |
| 246 | nunrend++; | |
| 247 | continue; | |
| 248 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |