diff --git a/src/Arts.cs b/src/Arts.cs index 273e36d..21e6c78 100644 --- a/src/Arts.cs +++ b/src/Arts.cs @@ -1,5 +1,4 @@ using System.Collections.Generic; -using System.Threading; using StereoKit; namespace snake; @@ -52,7 +51,7 @@ static class Arts { bool vr = Device.DisplayBlend == DisplayBlend.Opaque; // render hands if not in mixed reality - // Input.HandVisible(Handed.Max, vr); + Input.HandVisible(Handed.Max, false); if (vr) { // background standin if no passthrough