Changeset 20944
- Timestamp:
- Dec 8, 2008, 4:17:26 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackSources.c
r20940 r20944 208 208 209 209 if (bounds->x0 > list->bounds->x1 || bounds->x1 < list->bounds->x0 || 210 bounds-> x0 > list->bounds->x1 || bounds->x1 < list->bounds->x0) {210 bounds->y0 > list->bounds->y1 || bounds->y1 < list->bounds->y0) { 211 211 // Bounds don't overlap, so the sources don't either 212 212 psTrace("ppStack.sources", 7, "Bounds don't overlap\n");
Note:
See TracChangeset
for help on using the changeset viewer.
