mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix itemInfo behavior when switching between items that don't have logos
Fix #23
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user