(0ccb08c95) Remove item collision category, since we only want to check the walls and the characters here.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:22:30 +03:00
parent ad604a44c4
commit cf55de90ba
9 changed files with 319 additions and 130 deletions
@@ -162,21 +162,6 @@ namespace Barotrauma
get { return binding; }
}
public void SetState()
{
hit = binding.IsHit();
if (hit) hitQueue = true;
held = binding.IsDown();
if (held) heldQueue = true;
}
#endif
public KeyOrMouse State
{
get { return binding; }
}
public void SetState()
{
hit = binding.IsHit();