(03383d4e3) Fixed items being impossible to select in character mode in the sub editor when using the legacy control scheme

This commit is contained in:
Joonas Rikkonen
2019-04-05 16:16:54 +03:00
parent f475c16b71
commit f787256dc8
3 changed files with 139 additions and 13 deletions
@@ -2109,10 +2109,10 @@ namespace Barotrauma
//{
// dummyCharacter.SelectedConstruction = null;
//}
if (PlayerInput.KeyHit(InputType.Deselect))
/*if (PlayerInput.KeyHit(InputType.Deselect))
{
dummyCharacter.SelectedConstruction = null;
}
}*/
}
else if (MapEntity.SelectedList.Count == 1)
{