We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fedb4 commit 3e91290Copy full SHA for 3e91290
lib/irrlicht/source/Irrlicht/CIrrDeviceiOS.mm
@@ -192,8 +192,7 @@ - (id)initWithFrame:(CGRect)frame forDevice:(irr::CIrrDeviceiOS*)device forConte
192
self = [super initWithFrame:(frame) context:(eagl_context)];
193
if (self)
194
{
195
- self.drawableDepthFormat = GLKViewDrawableDepthFormat24;
196
- self.drawableStencilFormat = GLKViewDrawableStencilFormat8;
+ self.drawableDepthFormat = GLKViewDrawableDepthFormat16;
197
self.multipleTouchEnabled = YES;
198
Device = device;
199
}
0 commit comments