(Android EGL context) Add missing break
This commit is contained in:
parent
00741d06fb
commit
ae6302ede2
|
@ -262,6 +262,7 @@ static bool android_gfx_ctx_bind_api(void *data,
|
|||
return true;
|
||||
}
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue