From f2fa87dbe9d5da7ca5fd142f3898b3ebfd2a5ea9 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sat, 9 Nov 2024 19:53:31 -0500 Subject: [PATCH] show hanging mesh if in_cone --- src/Arts.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Arts.cs b/src/Arts.cs index 76eb6c4..c661a9f 100644 --- a/src/Arts.cs +++ b/src/Arts.cs @@ -65,6 +65,13 @@ static class Arts Mono.in_dist.state ? mat_justcolor : mat_unlit, Matrix.Identity ); + if (Mono.in_cone.state) + { + meshes["Hanging"].Draw( + mat_unlit, + Matrix.Identity + ); + } if (Mono.menu) { meshes["Tape"].Draw(mat_mono, Matrix.Identity);