This shouldn't return false

This commit is contained in:
twinaphex 2018-10-11 03:38:50 +02:00
parent 49a3514147
commit 08e8fa3144

View File

@ -1373,8 +1373,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
return false;
#if defined(HAVE_OPENGL)
if (!gl_set_core_context(cb->context_type))
return false;
if (!gl_set_core_context(cb->context_type)) { }
#endif
cb->get_current_framebuffer = video_driver_get_current_framebuffer;