Copy stencilbuffer flag into member.

git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@2250 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
hybrid 2009-03-04 17:28:53 +00:00
parent fbc52762a6
commit 5b761a9c85

View File

@ -218,6 +218,7 @@ bool COGLES1Driver::genericDriverInit(const core::dimension2d<u32>& screenSize,
EglDisplay, EglDisplay,
#endif #endif
stencilBuffer); stencilBuffer);
Stencilbuffer=stencilBuffer;
glPixelStorei(GL_PACK_ALIGNMENT, 1); glPixelStorei(GL_PACK_ALIGNMENT, 1);