Silence some warnings

This commit is contained in:
Georg Hagen
2025-02-08 16:16:03 +01:00
parent 123c6ecc9b
commit afd2c8043e
6 changed files with 16 additions and 16 deletions

View File

@@ -154,7 +154,7 @@ namespace OpenVulkano::Scene
indices = nullptr;
}
uint32_t Geometry::GetIndex(uint32_t index) const
uint32_t Geometry::GetIndex(size_t index) const
{
uint32_t result = 0;