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:
authorDarafei Praliaskouski <komzpa@mapswith.me>2013-07-25 17:49:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:59:30 +0300
commit84408e53811778065b539d2a7abbb8ffda2be9a8 (patch)
tree545f5f0fbeec56179e683f2213eb83c7d15bd368 /iphone/Maps/Classes/EAGLView.mm
parent7cc4726b38f7916b4483fe6c0792337f82a3d8ce (diff)
[framework] support for gui-less initialization
Diffstat (limited to 'iphone/Maps/Classes/EAGLView.mm')
-rw-r--r--iphone/Maps/Classes/EAGLView.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/EAGLView.mm b/iphone/Maps/Classes/EAGLView.mm
index 651bd7dac4..fc92d01da7 100644
--- a/iphone/Maps/Classes/EAGLView.mm
+++ b/iphone/Maps/Classes/EAGLView.mm
@@ -124,6 +124,7 @@
Framework & f = GetFramework();
f.OnSize(frameRect.size.width * vs, frameRect.size.height * vs);
f.SetRenderPolicy(renderPolicy);
+ f.InitGuiSubsystem();
NSLog(@"EAGLView initRenderPolicy Ended");
}