Gui: PR6497 move return statement to new line

This commit is contained in:
Chris Hennes
2022-03-29 12:33:50 -05:00
parent f7edc74eee
commit 5df3dbae6f
57 changed files with 352 additions and 169 deletions

View File

@@ -228,7 +228,8 @@ void SoFCVectorizeU3DActionP::printTriangle(const SoVectorizeTriangle * item) co
void SoFCVectorizeU3DActionP::printTriangle(const SbVec3f * v, const SbColor * c) const
{
if (v[0] == v[1] || v[1] == v[2] || v[0] == v[2]) return;
if (v[0] == v[1] || v[1] == v[2] || v[0] == v[2])
return;
//uint32_t cc = c->getPackedValue();
//std::ostream& str = publ->getU3DOutput()->getFileStream();