mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 18:39:23 +00:00
Offset in VR fix
Fix of illogical bug of null player descriptor
This commit is contained in:
parent
84b0de7065
commit
171f129039
2 changed files with 41 additions and 35 deletions
|
@ -763,7 +763,7 @@ namespace ml_prm
|
|||
|
||||
internal bool ShoudlDisableHeadOffset()
|
||||
{
|
||||
return (!m_inVR && m_enabled && (m_vrIK != null));
|
||||
return (m_enabled && (m_vrIK != null));
|
||||
}
|
||||
|
||||
static void TryRestoreMovement()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue