this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #154 from flowkey/patch-1

Fix common crash on Android after GLContext reinit

authored by

Jonathan Dearborn and committed by
GitHub
3d625025 1eb01273

+1 -1
+1 -1
src/renderer_GL_common.inl
··· 3917 3917 } 3918 3918 else 3919 3919 { 3920 - if(data->owns_handle) 3920 + if(data->owns_handle && image->renderer == GPU_GetCurrentRenderer()) 3921 3921 { 3922 3922 GPU_MakeCurrent(image->context_target, image->context_target->context->windowID); 3923 3923 glDeleteTextures( 1, &data->handle);