Add fallback for creating other video backends. (#254)

* Add fallback for creating other video backends.

* Update video.cpp
This commit is contained in:
Darío
2025-01-31 09:45:48 -03:00
committed by GitHub
parent ddd8ce77db
commit 54d5588d79
5 changed files with 65 additions and 15 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
class GameWindow
{
public:
static inline SDL_Window* s_pWindow;
static inline SDL_Window* s_pWindow = nullptr;
static inline plume::RenderWindow s_renderWindow;
static inline int s_x;