Cocoa Port: Fix a bug where clipboard copies and screenshots taken from Metal display views will cause the image to be Y-flipped.

This commit is contained in:
rogerman 2018-12-14 15:41:05 -08:00
parent 2c6a5f9868
commit e6d6f2e10d
1 changed files with 1 additions and 1 deletions

View File

@ -2037,7 +2037,7 @@
hudPipelineState:[sharedData hudRGBAPipeline]
texDisplays:texProcess
mrfi:mrfi
doYFlip:YES];
doYFlip:NO];
id<MTLBlitCommandEncoder> bce = [cb blitCommandEncoder];