Explorar el Código

Merge branch 'master' into optimize_3mf_strings

Kim Kulling hace 4 años
padre
commit
33a85e280f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      code/Common/BaseImporter.cpp

+ 1 - 1
code/Common/BaseImporter.cpp

@@ -97,7 +97,7 @@ void BaseImporter::UpdateImporterScale(Importer *pImp) {
     // Set active scaling
     // Set active scaling
     pImp->SetPropertyFloat(AI_CONFIG_APP_SCALE_KEY, static_cast<float>(activeScale));
     pImp->SetPropertyFloat(AI_CONFIG_APP_SCALE_KEY, static_cast<float>(activeScale));
 
 
-    ASSIMP_LOG_DEBUG_F("UpdateImporterScale scale set: %f", activeScale);
+    ASSIMP_LOG_DEBUG_F("UpdateImporterScale scale set: ", activeScale);
 }
 }
 
 
 // ------------------------------------------------------------------------------------------------
 // ------------------------------------------------------------------------------------------------