forked from organicmaps/organicmaps
eliminating "moire" effect, caused by texture format conversion. using the native format for iOS devices.
This commit is contained in:
parent
023cd887ce
commit
56ad5ac77d
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ namespace yg
|
|||
|
||||
#ifdef OMIM_GL_ES
|
||||
#define DATA_TRAITS yg::RGBA4Traits
|
||||
#define RT_TRAITS yg::RGB565Traits
|
||||
#define RT_TRAITS yg::RGBA4Traits
|
||||
#else
|
||||
#define DATA_TRAITS yg::RGBA8Traits
|
||||
#define RT_TRAITS yg::RGBA8Traits
|
||||
|
|
Loading…
Add table
Reference in a new issue