renamed unclear API parameter

This commit is contained in:
Gaia Clary 2014-01-29 15:37:02 +01:00
parent f17a1bd58b
commit 41ee052a45
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ protected:
void add_source_parameters(COLLADASW::SourceBase::ParameterNameList& param,
COLLADASW::InputSemantic::Semantics semantic, bool is_rot, const char *axis, bool transform);
void get_source_values(BezTriple *bezt, COLLADASW::InputSemantic::Semantics semantic, bool rotation, float *values, int *length);
void get_source_values(BezTriple *bezt, COLLADASW::InputSemantic::Semantics semantic, bool is_rotation, float *values, int *length);
float* get_eul_source_for_quat(Object *ob );