mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-03 10:29:22 +00:00
Fixes for 2024r175ex1
This commit is contained in:
parent
17bc85b6cb
commit
94497c4ecf
13 changed files with 20 additions and 20 deletions
|
@ -431,12 +431,12 @@ namespace ml_lme
|
|||
{
|
||||
if(p_pickup.gripType == CVRPickupObject.GripType.Origin)
|
||||
{
|
||||
if(p_pickup._controllerRay == m_handRayLeft)
|
||||
if(p_pickup.ControllerRay == m_handRayLeft)
|
||||
{
|
||||
m_handRayLeft.attachmentPoint.localPosition = Vector3.zero;
|
||||
m_handRayLeft.attachmentPoint.localRotation = Quaternion.Euler(0f, 0f, 270f);
|
||||
}
|
||||
if(p_pickup._controllerRay == m_handRayRight)
|
||||
if(p_pickup.ControllerRay == m_handRayRight)
|
||||
{
|
||||
m_handRayRight.attachmentPoint.localPosition = Vector3.zero;
|
||||
m_handRayRight.attachmentPoint.localRotation = Quaternion.Euler(0f, 0f, 90f);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[assembly: MelonLoader.MelonInfo(typeof(ml_lme.LeapMotionExtension), "LeapMotionExtension", "1.4.7", "SDraw", "https://github.com/SDraw/ml_mods_cvr")]
|
||||
[assembly: MelonLoader.MelonInfo(typeof(ml_lme.LeapMotionExtension), "LeapMotionExtension", "1.4.7-ex", "SDraw", "https://github.com/SDraw/ml_mods_cvr")]
|
||||
[assembly: MelonLoader.MelonGame(null, "ChilloutVR")]
|
||||
[assembly: MelonLoader.MelonOptionalDependencies("ml_pmc")]
|
||||
[assembly: MelonLoader.MelonPlatform(MelonLoader.MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue