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 'map/framework.hpp')
-rw-r--r--map/framework.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 18534cb12c..5fd6cf0623 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -462,6 +462,7 @@ private:
public:
struct DrapeCreationParams
{
+ dp::ApiVersion m_apiVersion = dp::ApiVersion::OpenGLES2;
float m_visualScale = 1.0f;
int m_surfaceWidth = 0;
int m_surfaceHeight = 0;