mirror of
https://github.com/ogoguel/activegs-ios.git
synced 2024-12-26 10:32:48 +00:00
Hack for iOS15
This commit is contained in:
parent
ec9b5a0b8f
commit
3110db04dc
@ -93,7 +93,8 @@ void x_async_refresh(CGContextRef myContext,CGRect myBoundingBox)
|
|||||||
|
|
||||||
CGImageRef myImage = CGBitmapContextCreateImage((CGContextRef)g_kimage_offscreen.dev_handle);
|
CGImageRef myImage = CGBitmapContextCreateImage((CGContextRef)g_kimage_offscreen.dev_handle);
|
||||||
|
|
||||||
|
// IOS15 Hack, thanks to https://github.com/yoshisuga
|
||||||
|
myBoundingBox.size.width = myBoundingBox.size.width+1;
|
||||||
|
|
||||||
CGContextDrawImage(myContext, myBoundingBox, myImage);// 6
|
CGContextDrawImage(myContext, myBoundingBox, myImage);// 6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user