Web build fix

This commit is contained in:
Nikita Lisitsa 2026-07-07 13:12:16 +03:00
parent b97651ab1d
commit ce4fc68fe2

View file

@ -1872,7 +1872,7 @@ namespace gmtk
map_.world->apply<vertex const, transformer>([&](vertex const & v, transformer & t)
{
boost::container::flat_multimap<resource_type, location> has_inputs;
std::multimap<resource_type, location> has_inputs;
auto c = v.location.down();
auto ce = map_.world->index<path_index>().get(c);