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_frontend/backend_renderer.cpp')
-rw-r--r--drape_frontend/backend_renderer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/backend_renderer.cpp b/drape_frontend/backend_renderer.cpp
index 3b637db0c0..0f6d844711 100644
--- a/drape_frontend/backend_renderer.cpp
+++ b/drape_frontend/backend_renderer.cpp
@@ -482,7 +482,7 @@ void BackendRenderer::OnContextCreate()
m_contextFactory->waitForInitialization();
m_contextFactory->getResourcesUploadContext()->makeCurrent();
- GLFunctions::Init();
+ GLFunctions::Init(m_apiVersion);
InitGLDependentResource();
}