mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-11 15:47:55 +00:00
engine/client: always save touch config if it was resetted manually (helps after writing broken/empty config)
This commit is contained in:
parent
c1d1aa6787
commit
14c7a84482
@ -817,6 +817,7 @@ static void Touch_LoadDefaults_f( void )
|
||||
button->flags |= g_DefaultButtons[i].flags;
|
||||
button->aspect = g_DefaultButtons[i].aspect;
|
||||
}
|
||||
touch.configchanged = true;
|
||||
}
|
||||
|
||||
// Add default button from client
|
||||
|
Loading…
Reference in New Issue
Block a user