Properly handle multiple window event flush barriers in flight at once

Fixes streaming on macOS Mojave without Metal support
This commit is contained in:
Cameron Gutman
2021-01-14 19:28:21 -06:00
parent 89e9652075
commit 7172cfd889
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ private:
SdlInputHandler* m_InputHandler;
SDL_SpinLock m_InputHandlerLock;
int m_MouseEmulationRefCount;
bool m_FlushingWindowEvents;
int m_FlushingWindowEventsRef;
bool m_AsyncConnectionSuccess;
int m_PortTestResults;