Make sure to get eglTerminate function pointer

* Fixes 100% crash on startup introduce by #993
This commit is contained in:
baldurk
2018-05-26 14:41:39 +01:00
parent 8dd69268ba
commit 569f11b757
+1
View File
@@ -110,6 +110,7 @@ void DisplayGenericSplash()
DLSYM_GET(eglDestroyContext);
DLSYM_GET(eglGetProcAddress);
DLSYM_GET(eglSwapBuffers);
DLSYM_GET(eglTerminate);
GPA_GET(glCreateShader);
GPA_GET(glShaderSource);