Collada: Remove unused vector of flaot[4][4] values

Was in fact causing issues on macOS, something to do with
a destructor.
This commit is contained in:
2018-02-27 11:14:55 +01:00
parent 2026179bb2
commit 26f4ce4a76

View File

@@ -155,7 +155,6 @@ void AnimationExporter::export_keyframed_animation_set(Object *ob)
if (this->export_settings->export_transformation_type == BC_TRANSFORMATION_TYPE_MATRIX) {
std::vector<float> ctimes;
std::vector<float[4][4]> values;
find_keyframes(ob, ctimes);
if (ctimes.size() > 0)
export_sampled_matrix_animation(ob, ctimes);