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

NKAI: graph add battle layer

This commit is contained in:
Andrii Danylchenko
2024-02-03 12:20:59 +02:00
parent 047e076d05
commit b236384356
13 changed files with 176 additions and 47 deletions

View File

@@ -21,7 +21,9 @@ void VisualLogger::updateWithLock(std::string channel, std::function<void(IVisua
mapLines[channel].clear();
func(VisualLogBuilder(mapLines[channel]));
VisualLogBuilder builder(mapLines[channel]);
func(builder);
}
void VisualLogger::visualize(ILogVisualizer & visulizer)