1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

formatting

This commit is contained in:
Laserlicht
2023-10-15 12:58:07 +02:00
committed by GitHub
parent 23e1b0b0d5
commit efcf6b71d7
2 changed files with 4 additions and 4 deletions

View File

@@ -359,9 +359,9 @@ void CHeroGSlot::gesture(bool on, const Point & initialPosition, const Point & f
ony += [=](){ LOCPLINT->cb->dismissHero(hero); };
LOCPLINT->showYesNoDialog(CGI->generaltexth->allTexts[22], ony, nullptr);
} },
};
};
GH.windows().createAndPushWindow<RadialMenu>(pos.center(), menuElements);
GH.windows().createAndPushWindow<RadialMenu>(pos.center(), menuElements);
}
void CHeroGSlot::hover(bool on)