Fix tile.cpp

master
Maksim 2020-11-26 15:49:31 +01:00
parent 3766b3f3af
commit d481f45443
1 changed files with 1 additions and 1 deletions

View File

@ -987,7 +987,7 @@ video::IImage* TextureSource::generateImage(const std::string &name)
return baseimg;
}
#if !defined(__ANDROID__) && !defined(__IOS__)
#if 0
static inline u16 get_GL_major_version()
{
const GLubyte *gl_version = glGetString(GL_VERSION);