mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-07-07 11:40:53 +00:00
cocoa/gles: do not unload EGL when context is destroyed
(cherry picked from commit e8091b89830c3b9bb19eff76463a6e2525f05fa5)
This commit is contained in:
parent
eb22fbc894
commit
0efb31ef32
|
@ -95,7 +95,6 @@ Cocoa_GLES_DeleteContext(_THIS, SDL_GLContext context)
|
|||
{ @autoreleasepool
|
||||
{
|
||||
SDL_EGL_DeleteContext(_this, context);
|
||||
Cocoa_GLES_UnloadLibrary(_this);
|
||||
}}
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in a new issue