Fix to ARM to ensure chain has been declared

This commit is contained in:
Rob Loach 2017-12-04 18:53:34 -05:00 committed by GitHub
parent 75c59aedcf
commit e8a9471afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1281,6 +1281,7 @@ static void gl2_renderchain_copy_frame(
}
#elif defined(HAVE_OPENGLES)
#if defined(HAVE_EGL)
gl2_renderchain_t *chain = (gl2_renderchain_t*)chain_data;
if (chain->egl_images)
{
gfx_ctx_image_t img_info;