Web build fix
This commit is contained in:
parent
b97651ab1d
commit
ce4fc68fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue