mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-23 19:43:52 +00:00
Replace LoadUserConfig with LoadUserControls
Corrected function name.
This commit is contained in:
parent
7b6c0b49db
commit
2da7d3bfc6
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ void KeyboardMouseInput::Init()
|
|||
rid.hwndTarget = g_hWnd;
|
||||
RegisterRawInputDevices(&rid, 1, sizeof(rid));
|
||||
|
||||
LoadUserConfig();
|
||||
LoadUserControls();
|
||||
}
|
||||
|
||||
void KeyboardMouseInput::ClearAllState()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue