Linux/GCC fix.
This commit is contained in:
parent
349009c67e
commit
9b88e97599
@ -81,7 +81,7 @@ namespace PolyVox
|
|||||||
{
|
{
|
||||||
Mesh< Vertex< typename MeshType::VertexType::DataType >, typename MeshType::IndexType > decodedMesh;
|
Mesh< Vertex< typename MeshType::VertexType::DataType >, typename MeshType::IndexType > decodedMesh;
|
||||||
|
|
||||||
for (MeshType::IndexType ct = 0; ct < encodedMesh.getNoOfVertices(); ct++)
|
for (typename MeshType::IndexType ct = 0; ct < encodedMesh.getNoOfVertices(); ct++)
|
||||||
{
|
{
|
||||||
decodedMesh.addVertex(decodeVertex(encodedMesh.getVertex(ct)));
|
decodedMesh.addVertex(decodeVertex(encodedMesh.getVertex(ct)));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user