Changeset 39685
- Timestamp:
- 01/07/17 16:03:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/mipselport.h
r39584 r39685 341 341 dst_height = tmpheight; 342 342 } 343 343 dst_width = dst_width+posx; 344 dst_height = dst_height+posy; 344 345 if((dst_width + dst_left) > width) 345 346 dst_width = dst_width - dst_left;
Note: See TracChangeset
for help on using the changeset viewer.