Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 13, 2013
1 parent 77b3a8c commit 849c9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/uikit/SDL_uikitopengles.m
Expand Up @@ -107,7 +107,7 @@ SDL_GLContext UIKit_GL_CreateContext(_THIS, SDL_Window * window)
EAGLSharegroup *share_group = nil;

if (_this->gl_config.share_with_current_context) {
share_group = [((SDL_uikitopenglview *) SDL_GL_GetCurrentContext() sharegroup];
share_group = [((SDL_uikitopenglview *) SDL_GL_GetCurrentContext()) sharegroup];
}

/* construct our view, passing in SDL's OpenGL configuration data */
Expand Down

0 comments on commit 849c9d1

Please sign in to comment.