Mark CGLTFMeshFileLoader constructor as noexcept

This commit is contained in:
JosiahWI 2023-05-13 12:12:22 -05:00 committed by Josiah VanderZee
parent 595e519cdf
commit e58e9d5c51
1 changed files with 1 additions and 1 deletions

View File

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