1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-19 21:09:29 +00:00

Move glext function pointer loading to GLLoad.cpp

This commit is contained in:
fgenesis 2016-09-26 04:13:28 +02:00
commit b5e6234269
6 changed files with 187 additions and 116 deletions

View file

@ -950,8 +950,6 @@ void Core::shutdownGraphicsLibrary(bool killVideo)
SDL_WM_GrabInput(SDL_GRAB_OFF);
#endif
FrameBuffer::resetOpenGL();
gScreen = 0;
#if BBGE_BUILD_OPENGL_DYNAMIC
unload_all_glsyms();