Replace LoadUserConfig with LoadUserControls

Corrected function name.
This commit is contained in:
Lisiowen 2026-04-25 11:37:41 +01:00 committed by GitHub
parent 7b6c0b49db
commit 2da7d3bfc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ void KeyboardMouseInput::Init()
rid.hwndTarget = g_hWnd;
RegisterRawInputDevices(&rid, 1, sizeof(rid));
LoadUserConfig();
LoadUserControls();
}
void KeyboardMouseInput::ClearAllState()