show hanging mesh if in_cone
This commit is contained in:
parent
5f01f6a0cc
commit
f2fa87dbe9
1 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue