1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

update quick spell panel

This commit is contained in:
Laserlicht 2024-07-17 00:55:01 +02:00
parent a3874297f5
commit 0a98169bcf

View File

@ -371,6 +371,7 @@ void BattleWindow::showStickyHeroWindows()
void BattleWindow::updateQueue()
{
queue->update();
createQuickSpellWindow();
}
void BattleWindow::setPositionInfoWindow()