plugins/zoom: Fix zoom on rotated outputs
Amends 8548b5fd.
The offscreen texture used to have the same transform as the onscreen texture. With output mirroring patches, it is no longer the case, so make sure that the content transform is reset.
This fixes the content on zoomed in rotated screens being cropped.