mirror of
https://github.com/SDraw/ml_mods_cvr.git
synced 2026-05-06 01:27:00 +00:00
Fix for latest nightly build (27.07.2025)
This commit is contained in:
parent
713d89565b
commit
6b0399f182
14 changed files with 102 additions and 105 deletions
|
|
@ -203,7 +203,7 @@ namespace ml_prm
|
|||
m_attachedPointer = p_pointer;
|
||||
|
||||
GameObject l_attachPoint = new GameObject("[AttachPoint]");
|
||||
l_attachPoint.layer = CVRLayers.PlayerLocal;
|
||||
l_attachPoint.layer = CVRLayers.PlayerNetwork;
|
||||
m_attachTransform = l_attachPoint.transform;
|
||||
m_attachTransform.parent = p_pointer.transform;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue