Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'drape/texture.hpp')
-rw-r--r--drape/texture.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/drape/texture.hpp b/drape/texture.hpp
index 2c74bffa23..e7eeb5b3c5 100644
--- a/drape/texture.hpp
+++ b/drape/texture.hpp
@@ -13,7 +13,8 @@ public:
enum TextureFormat
{
RGBA8,
- RGBA4
+ RGBA4,
+ ALPHA
};
class Key