mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-07-02 12:45:51 -04:00
Add fallback for creating other video backends. (#254)
* Add fallback for creating other video backends. * Update video.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user