diff --git a/lib/irrlicht/source/Irrlicht/CIrrDeviceiOS.mm b/lib/irrlicht/source/Irrlicht/CIrrDeviceiOS.mm index 053121f43..13e2fe6dc 100644 --- a/lib/irrlicht/source/Irrlicht/CIrrDeviceiOS.mm +++ b/lib/irrlicht/source/Irrlicht/CIrrDeviceiOS.mm @@ -192,8 +192,7 @@ namespace irr self = [super initWithFrame:(frame) context:(eagl_context)]; if (self) { - self.drawableDepthFormat = GLKViewDrawableDepthFormat24; - self.drawableStencilFormat = GLKViewDrawableStencilFormat8; + self.drawableDepthFormat = GLKViewDrawableDepthFormat16; self.multipleTouchEnabled = YES; Device = device; }