Formatting

This commit is contained in:
Hrvoje Jasak 2012-10-10 11:11:30 +01:00
parent e07759e52a
commit cee796171e

View file

@ -55,7 +55,7 @@ int mapVertex(::List<int>& collapse_map, int a, int mx)
}
while (a >= mx)
{
a = collapse_map[a];
a = collapse_map[a];
}
return a;
}