Changeset 35118 for trunk/ppBackground/src/ppBackgroundLoop.c
- Timestamp:
- Feb 7, 2013, 1:40:20 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ppBackground/src/ppBackgroundLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppBackground/src/ppBackgroundLoop.c
r28300 r35118 135 135 pmChip *patternChip = patternFile ? pmFPAviewThisChip(view, patternMosaic) : NULL; // Chip with pattern 136 136 pmChip *bgChip = bgFile ? pmFPAviewThisChip(view, bgFile->fpa) : NULL; // Chip with background model 137 if (!ppBackgroundRestore(chip, bgChip, patternChip, view, config )) {137 if (!ppBackgroundRestore(chip, bgChip, patternChip, view, config, maskBad)) { 138 138 psError(psErrorCodeLast(), false, "Unable to replace background"); 139 139 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
