Panagiotis Christopoulos Charitos 13 år sedan
förälder
incheckning
14e1603d44
1 ändrade filer med 1 tillägg och 2 borttagningar
  1. 1 2
      include/anki/resource/Mesh.h

+ 1 - 2
include/anki/resource/Mesh.h

@@ -55,8 +55,7 @@ public:
 
 	U32 getIndicesCount() const
 	{
-		ANKI_ASSERT(meshProtected.subMeshes.size() > 0);
-		return meshProtected.subMeshes[0].indicesCount;
+		return meshProtected.indicesCount;
 	}
 
 	const Obb& getBoundingShape() const