Merge branch 'ryzom/ui/improvements' into yubo

fix_opengl_on_mac
Ulukyn 5 years ago
commit a7ca6f4499

@ -432,7 +432,7 @@ void CGameContextMenu::update()
_TextAttack->setActive(canAttack());
if (_TextNews)
_TextNews->setActive(!canAttack());
_TextNews->setActive(selection && !canAttack());
if (_TextDuel && _TextUnDuel)
{

Loading…
Cancel
Save