Не подтверждена Коммит f56b3ee9 создал по автору Syrotenko Igor's avatar Syrotenko Igor Зафиксировано автором GitHub
Просмотр файлов

[FIX] Custom drag drop script export fix. (#1405)

владелец 578af42a
......@@ -92,8 +92,9 @@ bool CUIActorMenu::DropItemOnAnotherItem(EDDListType t_old, EDDListType t_new, C
const PIItem _iitem = _citem ? static_cast<PIItem>(_citem->m_pData) : nullptr;
// Callback handles dropping item on item, in other cases (moving, dropping from inventory) we do not fire it.
if (_iitem == nullptr)
return false;
return true;
CGameObject* GO1 = smart_cast<CGameObject*>(CurrentIItem());
CGameObject* GO2 = smart_cast<CGameObject*>(_iitem);
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать