don't show hangin on float

This commit is contained in:
ethan merchant 2024-11-11 00:00:14 -05:00
parent 5f49d94910
commit 56829852dc

View file

@ -1,4 +1,5 @@
using System.Collections.Generic;
using System.Threading;
using StereoKit;
namespace snake;
@ -74,7 +75,7 @@ static class Arts
Mono.in_dist.state ? mat_justcolor : mat_unlit,
Matrix.Identity
);
if (Mono.in_cone.state)
if (Mono.in_cone.state && Mono.box_mode == Mono.BoxMode.Hold || Mono.box_mode == Mono.BoxMode.Mount)
{
meshes["Hanging"].Draw(
mat_unlit,