Fixed incorrectly positioned character info boxes in the info menu

This commit is contained in:
Regalis
2017-04-24 19:08:25 +03:00
parent 645df3fde6
commit df7daa5925
4 changed files with 18 additions and 26 deletions

View File

@@ -427,7 +427,7 @@ namespace Barotrauma.Networking
}
}
public virtual bool SelectCrewCharacter(GUIComponent component, object obj)
public virtual bool SelectCrewCharacter(Character character, GUIComponent crewFrame)
{
return false;
}