mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 18:39:23 +00:00
Pose transitions in FBT with enabled game's option for running FBT animations
Limit movement drag to 50 Settings listener on destroy
This commit is contained in:
parent
327f5d6cdd
commit
fe5e1dfd3c
6 changed files with 28 additions and 11 deletions
|
@ -111,6 +111,8 @@ namespace ml_lme
|
|||
{
|
||||
Settings.EnabledChange -= this.OnEnableChange;
|
||||
Settings.InputChange -= this.OnInputChange;
|
||||
|
||||
MetaPort.Instance.settings.settingBoolChanged.RemoveListener(this.OnGameSettingBoolChange);
|
||||
}
|
||||
|
||||
void Update()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue