Browse Source

Fix a bug in LOD selection

Panagiotis Christopoulos Charitos 3 years ago
parent
commit
c45f7ca834
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AnKi/Resource/MeshResource.h

+ 1 - 1
AnKi/Resource/MeshResource.h

@@ -79,7 +79,7 @@ public:
 		return !!(m_presentVertStreams & VertexStreamMask(1 << stream));
 		return !!(m_presentVertStreams & VertexStreamMask(1 << stream));
 	}
 	}
 
 
-	Bool getLodCount() const
+	U32 getLodCount() const
 	{
 	{
 		return m_lods.getSize();
 		return m_lods.getSize();
 	}
 	}