Panagiotis Christopoulos Charitos пре 13 година
родитељ
комит
14e1603d44
1 измењених фајлова са 1 додато и 2 уклоњено
  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