Changeset 631
- Timestamp:
- May 10, 2011, 8:31:50 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/transimage.cpp
r579 r631 169 169 return; // if ClipToLine says nothing to draw, return 170 170 171 CONDITION(N == BLEND &&pos.y >= bpos.y172 && pos.y + ysteps < bpos.y + blend->Size().y + 1,171 CONDITION(N != BLEND || (pos.y >= bpos.y 172 && pos.y + ysteps <= bpos.y + blend->Size().y), 173 173 "Blend doesn't fit on TransImage"); 174 174
Note: See TracChangeset
for help on using the changeset viewer.