Fixed up: Move file-static RenderWindow and RenderTexture instances inside functions to fix GL race condition on startup (#682)

This commit is contained in:
Nathan R
2025-03-06 18:31:18 -06:00
committed by Nat Quayle Nelson
parent cf736d1835
commit 598fd4836a
51 changed files with 719 additions and 712 deletions

View File

@@ -16,7 +16,7 @@
class OpenBoEMenu : public iEventListener, public iDrawable {
public:
OpenBoEMenu(sf::RenderWindow&, cUniverse&);
OpenBoEMenu(cUniverse&);
virtual bool handle_event(const sf::Event&) override;
virtual void draw() override;