mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Fix m_inited
This commit is contained in:
parent
46e7207e93
commit
31b91c10ec
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
class KeyboardManager
|
||||
{
|
||||
bool m_inited;
|
||||
bool m_inited = false;
|
||||
std::unique_ptr<KeyboardHandlerBase> m_keyboard_handler;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue