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:
parent
4751b31653
commit
b5e6234269
6 changed files with 187 additions and 116 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue