mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-03 16:13:36 +08:00
fix(GUI): Missed one look control not being disabled
This commit is contained in:
parent
6d13ad8c25
commit
0f3dd6f5b6
@ -121,7 +121,7 @@ namespace big
|
||||
{
|
||||
if (g_gui.m_opened)
|
||||
{
|
||||
for (uint8_t i = 0; i < 6; i++)
|
||||
for (uint8_t i = 0; i <= 6; i++)
|
||||
PAD::DISABLE_CONTROL_ACTION(2, i, true);
|
||||
PAD::DISABLE_CONTROL_ACTION(2, 106, true);
|
||||
PAD::DISABLE_CONTROL_ACTION(2, 329, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user