Skip to content

Fixes for patch scaling and V_FLIP usage

Monster Iestyn requested to merge patch-scaling-flip-fix into next

The following issues are fixed by this branch:

  • a patch using both scaling and V_FLIP does not appear in the "correct" place on the screen. Thanks to LJSonic for pointing this out to me on 'fun
  • Scaled and/or V_FLIPed patches wrap at the left/right screen edges even though they're not supposed to. V_FLIP patches at these edges may also crop the wrong side of the patch if they're at the right edge.

Merge request reports