forked from organicmaps/organicmaps
[core] disable ?gl on ios
Signed-off-by: Harry Bond <hrbond@pm.me>
This commit is contained in:
parent
13b1040222
commit
bf2ca2ed9f
1 changed files with 1 additions and 1 deletions
|
@ -2636,12 +2636,12 @@ bool Framework::ParseDrapeDebugCommand(string const & query)
|
|||
SavePreferredGraphicsAPI(dp::ApiVersion::Vulkan);
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
if (query == "?gl")
|
||||
{
|
||||
SavePreferredGraphicsAPI(dp::ApiVersion::OpenGLES3);
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue