mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
4.3.5
This commit is contained in:
parent
25c0b7cffe
commit
94abe14f0c
8 changed files with 33 additions and 8 deletions
|
@ -89,6 +89,13 @@ internal class IKSystemPatches
|
|||
{
|
||||
__instance.gameObject.AddComponent<IKSystemTracker>();
|
||||
}
|
||||
|
||||
[HarmonyPostfix] //lazy fix so i dont need to wait few frames
|
||||
[HarmonyPatch(typeof(TrackingPoint), "Initialize")]
|
||||
private static void Postfix_TrackingPoint_Initialize(ref TrackingPoint __instance)
|
||||
{
|
||||
__instance.referenceTransform.localScale = Vector3.one;
|
||||
}
|
||||
}
|
||||
|
||||
internal class VRTrackerManagerPatches
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue