(Android EGL context) Add missing break

This commit is contained in:
twinaphex 2016-03-01 05:09:07 +01:00
parent 00741d06fb
commit ae6302ede2

View File

@ -262,6 +262,7 @@ static bool android_gfx_ctx_bind_api(void *data,
return true; return true;
} }
#endif #endif
break;
default: default:
break; break;
} }