From f77f7910c767766f3d35de21e556d2074ea29d8a Mon Sep 17 00:00:00 2001 From: spatialfree Date: Fri, 3 Dec 2021 16:12:34 -0500 Subject: [PATCH] click --- MonoNet.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MonoNet.cs b/MonoNet.cs index 723786a..1254b0c 100644 --- a/MonoNet.cs +++ b/MonoNet.cs @@ -314,7 +314,7 @@ public class MonoNet { public Vec3 delta = Vec3.Zero, momentum = Vec3.Zero, angularMomentum = Vec3.Zero; } void Blocks(Controller con, Vec3 cursor, ref BlockCon blockCon, ref BlockCon otherBlockCon) { - if (con.IsX2JustPressed) { + if (con.stickClick.IsJustActive()) { if (blockCon.index < 0) { for (int i = 0; i < blocks.Length; i++) { if (!blocks[i].active) {