mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-05 19:39:21 +00:00
Parameters fetch fix
Restore to default settings
This commit is contained in:
parent
8e6f739589
commit
ee55c60ed5
4 changed files with 16 additions and 4 deletions
|
@ -46,6 +46,12 @@ namespace ml_aap
|
|||
m_parameters = new List<AdditionalParameterInfo>();
|
||||
}
|
||||
|
||||
void Start()
|
||||
{
|
||||
if(PlayerSetup.Instance._inVr)
|
||||
PlayerSetup.Instance.avatarSetupCompleted.AddListener(this.OnAvatarSetup);
|
||||
}
|
||||
|
||||
void Update()
|
||||
{
|
||||
if(m_active)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue