1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

Simplified applying of lobby packs

This commit is contained in:
Ivan Savenko
2023-12-25 22:26:59 +02:00
parent 22f0ca67c6
commit 8ea69e457a
3 changed files with 23 additions and 45 deletions

View File

@@ -451,7 +451,6 @@ static void mainLoop()
while(1) //main SDL events loop
{
GH.input().fetchEvents();
CSH->applyPacksOnLobbyScreen();
GH.renderFrame();
}
}