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);