Merging r6288 through r6336 from trunk to ogl-es branch
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6337 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -1099,7 +1099,7 @@ COGLES2Driver::~COGLES2Driver()
|
||||
testGLError(__LINE__);
|
||||
}
|
||||
|
||||
void COGLES2Driver::draw2DImage(const video::ITexture* texture, u32 layer, bool flip)
|
||||
void COGLES2Driver::draw2DImageQuad(const video::ITexture* texture, u32 layer, bool flip)
|
||||
{
|
||||
if (!texture)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user