瀏覽代碼

fix function definition

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

+ 1 - 1
code/FBX/FBXExporter.cpp

@@ -2435,7 +2435,7 @@ void FBXExporter::WriteModelNodes(
 void FBXExporter::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 layer_uid,