prefer prefix ++ operator for non-primitive types

This commit is contained in:
escherstair
2019-08-29 08:02:08 +02:00
committed by GitHub
parent a9d902946d
commit 9ad7ce1129

View File

@@ -340,7 +340,7 @@ void AMFImporter::PostprocessHelper_SplitFacesByTextureID(std::list<SComplexFace
}
else
{
it++;
++it;
}
}