Skip to content
Commit 27821e3c authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

plugins/screenshot: Invert render transforms in the correct order

The render transform is applied first, after that, the texture is
flipped implicitly by opengl.

So in order to undo these transforms, we need to flip the image
vertically first, then undo the render target transform.
parent 16809e6b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment