瀏覽代碼

fix function declaration

escherstair 6 年之前
父節點
當前提交
75fed8340d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code/FBX/FBXExporter.h

+ 1 - 1
code/FBX/FBXExporter.h

@@ -156,7 +156,7 @@ namespace Assimp
         void WriteAnimationCurveNode(
             StreamWriterLE& outstream,
             int64_t uid,
-            std::string name, // "T", "R", or "S"
+            const std::string& name, // "T", "R", or "S"
             aiVector3D default_value,
             std::string property_name, // "Lcl Translation" etc
             int64_t animation_layer_uid,