瀏覽代碼

Merge pull request #3805 from krishty/fix-scale-msg

fixed malformatted message
Kim Kulling 4 年之前
父節點
當前提交
70ba2e9e74
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);
 }
 }
 
 
 // ------------------------------------------------------------------------------------------------
 // ------------------------------------------------------------------------------------------------