fix the whole mutex shito

fixes potential crash when resizing window
This commit is contained in:
StapleButter
2019-05-31 04:15:37 +02:00
parent d8d7ba9251
commit 464b116916
5 changed files with 28 additions and 73 deletions

View File

@ -430,12 +430,6 @@ void GLScreen_DrawScreen()
uiGLSwapBuffers(GLContext);
}
void norp(void* data)
{
uiGLMakeContextCurrent(GLContext);
GLScreen_DrawScreen();
}
void MicLoadWav(char* name)
{
SDL_AudioSpec format;