mirror of
https://github.com/encounter/SDL.git
synced 2025-10-07 18:39:38 +00:00
It was calling glClear without a context. The issue it was trying to solve was actually that after destroying a window and creating a new one , the contents of the old window were preserved. This no longer happens since we resize the window to nothing on destroy.