Mark CGLTFMeshFileLoader constructor as noexcept

This commit is contained in:
JosiahWI 2023-05-13 12:12:22 -05:00 committed by Josiah VanderZee
parent 246ee9c3ca
commit 5a190a6ab9
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ static void getVertices
} }
} }
CGLTFMeshFileLoader::CGLTFMeshFileLoader() CGLTFMeshFileLoader::CGLTFMeshFileLoader() noexcept
{ {
} }