Skip to content

Commit

Permalink
Merge pull request #63 from akbot48/master
Browse files Browse the repository at this point in the history
esUtil_win32.c bug may cause windows build crash
  • Loading branch information
bpurnomo authored Feb 10, 2020
2 parents 66df74e + 304b89c commit d5d8d3e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Common/Source/Win32/esUtil_win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ LRESULT WINAPI ESWindowProc ( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
eglSwapBuffers ( esContext->eglDisplay, esContext->eglSurface );
}


ValidateRect ( esContext->eglNativeWindow, NULL );
if ( esContext )
{
ValidateRect ( esContext->eglNativeWindow, NULL );
}
}
break;

Expand Down

0 comments on commit d5d8d3e

Please sign in to comment.