Fixed noise.

This commit is contained in:
Pacemaker 2016-03-15 17:30:57 +01:00
parent 43748d5d5f
commit 34822357b4
2 changed files with 110 additions and 112 deletions

View File

@ -34,9 +34,7 @@ namespace bgfx { namespace gl
, kEAGLDrawablePropertyRetainedBacking , kEAGLDrawablePropertyRetainedBacking
, kEAGLColorFormatRGBA8 , kEAGLColorFormatRGBA8
, kEAGLDrawablePropertyColorFormat , kEAGLDrawablePropertyColorFormat
, nil , nil];
];
[EAGLContext setCurrentContext:_context]; [EAGLContext setCurrentContext:_context];