Skip to content

Commit

Permalink
WinRT: another ANGLE/OpenGL-initialization, error messaging tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLudwig committed Mar 17, 2015
1 parent 1083ae2 commit b12ea75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/winrt/SDL_winrtopengles.cpp
Expand Up @@ -136,7 +136,7 @@ WINRT_GLES_LoadLibrary(_THIS, const char *path)
*/
_this->egl_data->egl_display = eglGetPlatformDisplayEXT(EGL_PLATFORM_ANGLE_ANGLE, EGL_DEFAULT_DISPLAY, defaultDisplayAttributes);
if (!_this->egl_data->egl_display) {
return SDL_SetError("Could not get 10_0 EGL display");
return SDL_SetError("Could not get 10_0+ EGL display");
}

if (_this->egl_data->eglInitialize(_this->egl_data->egl_display, NULL, NULL) != EGL_TRUE)
Expand Down

0 comments on commit b12ea75

Please sign in to comment.