(d7e59613a) Ignore broken items.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:16:47 +03:00
parent 6bdd0ab8c0
commit 6c777aa91e
11 changed files with 187 additions and 238 deletions
@@ -162,6 +162,21 @@ 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();