mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 12:49:47 +01:00
Fix compile error for OpenGL ES
This commit is contained in:
@@ -360,9 +360,9 @@ bool Graphics::canUseBlendFuncSeparate()
|
||||
bool Graphics::canUseBlendEquation()
|
||||
{
|
||||
#if OPENGL_ES==2
|
||||
return true;
|
||||
return false;
|
||||
#elif OPENGL_ES==1
|
||||
return true;
|
||||
return false;
|
||||
#else
|
||||
if(!GLEW_VERSION_1_4)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user