mirror of
https://github.com/edubart/otclient.git
synced 2025-12-14 12:49:47 +01:00
fixes in EGL platform
This commit is contained in:
@@ -359,8 +359,10 @@ bool Graphics::canUseClampToEdge()
|
||||
|
||||
bool Graphics::canUseBlendFuncSeparate()
|
||||
{
|
||||
#ifdef OPENGL_ES
|
||||
#if OPENGL_ES==2
|
||||
return true;
|
||||
#elif OPENGL_ES==1
|
||||
return false;
|
||||
#else
|
||||
if(!GLEW_VERSION_1_4)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user