diff --git a/ui/app/gl_ios.m b/ui/app/gl_ios.m index 47819753..2e7fcd9e 100644 --- a/ui/app/gl_ios.m +++ b/ui/app/gl_ios.m @@ -37,7 +37,6 @@ CFTypeRef gio_createGLLayer(void) { return nil; } layer.drawableProperties = @{kEAGLDrawablePropertyColorFormat: kEAGLColorFormatSRGBA8}; - //layer.presentsWithTransaction = YES; layer.opaque = YES; layer.anchorPoint = CGPointMake(0, 0); return CFBridgingRetain(layer);