Fix itemInfo behavior when switching between items that don't have logos

Fix #23
This commit is contained in:
Josuan Albin
2017-11-03 10:49:57 +01:00
parent bc4d18846e
commit 06a522197f

View File

@ -48,8 +48,9 @@ if (isClass _itemCfg) then {
_ctrlDLC ctrlsetfade 1;
_ctrlDLCBackground ctrlsetfade 1;
};
_ctrlDLC ctrlcommit FADE_DELAY;
_ctrlDLCBackground ctrlcommit FADE_DELAY;
_ctrlDLC ctrlcommit 0;
_ctrlDLCBackground ctrlcommit 0;
} else {
_ctrlInfo ctrlSetFade 1;