Merge pull request #5860 from RobLoach/patch-22

Fix to ARM to ensure chain has been declared
This commit is contained in:
Twinaphex 2017-12-05 06:38:02 +01:00 committed by GitHub
commit d535739648
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;