mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 03:33:29 +08:00
UXAssist: tweak autonav a bit
This commit is contained in:
@@ -59,7 +59,8 @@ public class MyCornerComboBox : MonoBehaviour
|
||||
|
||||
protected void OnDestroy()
|
||||
{
|
||||
_config.SettingChanged -= _configChanged;
|
||||
if (_config != null && _configChanged != null)
|
||||
_config.SettingChanged -= _configChanged;
|
||||
}
|
||||
|
||||
public void SetFontSize(int size)
|
||||
|
||||
Reference in New Issue
Block a user