Skip to content
  • Niklas Haas's avatar
    renderer: fix plane merging code for cropped images · d503d9dd
    Niklas Haas authored
    The late call to `img_tex` meant that this ran after the code that
    updates `st->img.rect` based on `image->crop`. Technically, this also
    resulted in minor chroma misalignment, but practically the only really
    obvious breakage was when combining it with an image crop.
    d503d9dd