Fix SDL_WasInit asserts firing due to lifetime management issues with SdlInputHandler
This commit is contained in:
parent
23f1060756
commit
feb5e3bc78
2 changed files with 21 additions and 4 deletions
|
|
@ -137,6 +137,7 @@ private:
|
|||
bool m_PendingWindowedTransition;
|
||||
bool m_UnexpectedTermination;
|
||||
SdlInputHandler* m_InputHandler;
|
||||
SDL_SpinLock m_InputHandlerLock;
|
||||
|
||||
int m_ActiveVideoFormat;
|
||||
int m_ActiveVideoWidth;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue