Fix missing case in COGLES1Driver::getColorFormatParameters.

Thanks @ cheqnk for report and patch.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5296 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2016-04-22 08:34:24 +00:00
parent 008f76778e
commit d71de62995
1 changed files with 1 additions and 0 deletions

View File

@ -3152,6 +3152,7 @@ void COGLES1Driver::getColorFormatParameters(ECOLOR_FORMAT format, GLint& intern
#endif
os::Printer::log("ECF_D32 color format is not supported", ELL_ERROR);
break;
case ECF_D24S8:
#ifdef GL_OES_packed_depth_stencil
if (queryOpenGLFeature(COGLES1ExtensionHandler::IRR_OES_packed_depth_stencil))
{