mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 17:29:06 +00:00
Visual Studio 2013 compilation support for NLPACS
This commit is contained in:
parent
f38b4fc5fa
commit
f800744edd
1 changed files with 1 additions and 1 deletions
|
@ -2253,7 +2253,7 @@ bool NLPACS::CLocalRetriever::checkSurfaceIntegrity(uint surf, NLMISC::CVector t
|
|||
|
||||
for (k=0; k+1<ochain.getVertices().size(); ++k)
|
||||
{
|
||||
edges.push_back(make_pair<CVector2s, CVector2s>(ochain[k], ochain[k+1]));
|
||||
edges.push_back(std::pair<CVector2s, CVector2s>(ochain[k], ochain[k+1]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue