fix function declaration
parent
a044852938
commit
75fed8340d
|
@ -156,7 +156,7 @@ namespace Assimp
|
||||||
void WriteAnimationCurveNode(
|
void WriteAnimationCurveNode(
|
||||||
StreamWriterLE& outstream,
|
StreamWriterLE& outstream,
|
||||||
int64_t uid,
|
int64_t uid,
|
||||||
std::string name, // "T", "R", or "S"
|
const std::string& name, // "T", "R", or "S"
|
||||||
aiVector3D default_value,
|
aiVector3D default_value,
|
||||||
std::string property_name, // "Lcl Translation" etc
|
std::string property_name, // "Lcl Translation" etc
|
||||||
int64_t animation_layer_uid,
|
int64_t animation_layer_uid,
|
||||||
|
|
Loading…
Reference in New Issue