forked from organicmaps/organicmaps
Fixed running Drape on iOS simulator
This commit is contained in:
parent
e9b4be7d6e
commit
4fe196ed84
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ drape_ptr<HWTexture> OpenGLHWTextureAllocator::CreateTexture()
|
|||
|
||||
drape_ptr<HWTextureAllocator> CreateAllocator()
|
||||
{
|
||||
#if defined(OMIM_OS_IPHONE)
|
||||
#if defined(OMIM_OS_IPHONE) && !defined(OMIM_OS_IPHONE_SIMULATOR)
|
||||
return make_unique_dp<HWTextureAllocatorApple>();
|
||||
#else
|
||||
return make_unique_dp<OpenGLHWTextureAllocator>();
|
||||
|
|
Loading…
Add table
Reference in a new issue