We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41518bd commit 285f385Copy full SHA for 285f385
1 file changed
jme3-ios/ios-data/templates/project/jme-ios/jmeAppDelegate.m
@@ -42,6 +42,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
42
_glview.drawableDepthFormat = GLKViewDrawableDepthFormat24;
43
_glview.delegate = self;
44
45
+ [EAGLContext setCurrentContext: _ctx];
46
+
47
/**
48
* GLES View Controller initialization
49
**/
0 commit comments