mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
assembling art qol
This commit is contained in:
@@ -563,7 +563,7 @@ std::shared_ptr<CIntObject> CKingdomInterface::createMainTab(size_t index)
|
||||
};
|
||||
newHeroSet->showPopupCallback = [this, newHeroSet](CArtPlace & artPlace, const Point & cursorPosition)
|
||||
{
|
||||
showArtifactAssembling(*newHeroSet, artPlace, cursorPosition);
|
||||
showArtifactPopup(*newHeroSet, artPlace, cursorPosition);
|
||||
};
|
||||
newHeroSet->gestureCallback = [this, newHeroSet](const CArtPlace & artPlace, const Point & cursorPosition)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user