mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
ui/app: remove debug line
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -37,7 +37,6 @@ CFTypeRef gio_createGLLayer(void) {
|
|||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
layer.drawableProperties = @{kEAGLDrawablePropertyColorFormat: kEAGLColorFormatSRGBA8};
|
layer.drawableProperties = @{kEAGLDrawablePropertyColorFormat: kEAGLColorFormatSRGBA8};
|
||||||
//layer.presentsWithTransaction = YES;
|
|
||||||
layer.opaque = YES;
|
layer.opaque = YES;
|
||||||
layer.anchorPoint = CGPointMake(0, 0);
|
layer.anchorPoint = CGPointMake(0, 0);
|
||||||
return CFBridgingRetain(layer);
|
return CFBridgingRetain(layer);
|
||||||
|
|||||||
Reference in New Issue
Block a user