mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 10:59:22 +00:00
VR check
This commit is contained in:
parent
a3b4f461d1
commit
88767e8a52
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ namespace ml_amt
|
||||||
l_overrided = true;
|
l_overrided = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(l_overrided && m_followHips && !m_moving)
|
if(l_overrided && m_followHips && !m_moving && PlayerSetup.Instance._inVr)
|
||||||
PlayerSetup.Instance._avatar.transform.localPosition = m_hipsToPlayer;
|
PlayerSetup.Instance._avatar.transform.localPosition = m_hipsToPlayer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue