fixed rendering

This commit is contained in:
vaxerski
2022-03-18 23:52:36 +01:00
parent 5971576a50
commit 625e4ce264
6 changed files with 61 additions and 31 deletions

View File

@@ -26,6 +26,8 @@ private:
std::list<SKeyboard> m_lKeyboards;
void mouseMoveUnified(uint32_t);
};
inline std::unique_ptr<CInputManager> g_pInputManager;