Merge branch 'master' into x3d_pugi_migration_artenuvielle

This commit is contained in:
Artenuvielle
2021-09-12 11:45:00 +02:00
committed by GitHub
6 changed files with 8 additions and 5 deletions

View File

@@ -56,7 +56,7 @@ using namespace Assimp;
// ------------------------------------------------------------------------------------------------
// Constructor to be privately used by Importer
CalcTangentsProcess::CalcTangentsProcess() :
configMaxAngle(AI_DEG_TO_RAD(45.f)), configSourceUV(0) {
configMaxAngle(float(AI_DEG_TO_RAD(45.f))), configSourceUV(0) {
// nothing to do here
}