gcc issues (mismatched >> )
This commit is contained in:
parent
23f96b0b59
commit
2fb9f7bf22
|
@ -1048,7 +1048,7 @@ public:
|
||||||
// trianglesnode = new XNode(new Tags::TrianglesTag(m.face.size(),"instancematerial"));
|
// trianglesnode = new XNode(new Tags::TrianglesTag(m.face.size(),"instancematerial"));
|
||||||
//}
|
//}
|
||||||
|
|
||||||
QVector<QVector<int>> mytripatches;
|
QVector<QVector<int> > mytripatches;
|
||||||
if ((texmask) && (m.textures.size() != 0))
|
if ((texmask) && (m.textures.size() != 0))
|
||||||
splitMeshInTexturedPatches(m,mytripatches);
|
splitMeshInTexturedPatches(m,mytripatches);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue