From e06ec0e1a16f531fbe456ae2d06635982f9a52bf Mon Sep 17 00:00:00 2001 From: spatialfree Date: Fri, 3 Dec 2021 16:16:11 -0500 Subject: [PATCH] map --- MonoNet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MonoNet.cs b/MonoNet.cs index 1254b0c..161b68d 100644 --- a/MonoNet.cs +++ b/MonoNet.cs @@ -363,7 +363,7 @@ public class MonoNet { if (blockCon.index >= 0) { Quat newRot = (con.aim.orientation * blockCon.heldRot * blockCon.spinRot).Normalized; // trackballer - if (con.trigger > 0.75f) { + if (con.IsX2Pressed) { blockCon.spinDelta = Quat.Slerp( blockCon.spinDelta.Normalized, (newRot.Inverse * conRotDelta * newRot).Normalized,