branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 23:18:55 -06:00
parent 305013a702
commit f6aa1c71ce

View File

@ -37,6 +37,8 @@ namespace l
table["path"] = paths[2]; table["path"] = paths[2];
branches_.emplace_back(table); branches_.emplace_back(table);
pause();
for(auto &path : paths) for(auto &path : paths)
{ {
table["path"] = path; table["path"] = path;