Browse Source

fix function declaration

escherstair 6 years ago
parent
commit
75fed8340d
1 changed files with 1 additions and 1 deletions
  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,