fix inverted screenshots

This commit is contained in:
David Rose 2006-11-03 22:48:43 +00:00
parent 9f87644dd4
commit d18ed81095

View File

@ -1537,6 +1537,8 @@ framebuffer_copy_to_ram(Texture *tex, int z, const DisplayRegion *dr, const Rend
return false;
}
copy_inverted = true;
RELEASE(backbuffer, dxgsg8, "backbuffer", RELEASE_ONCE);
} else if (_cur_read_pixel_buffer & RenderBuffer::T_front) {