Merge -c 29322 from COLLADA branch into trunk.

This commit is contained in:
Arystanbek Dyussenov 2010-06-07 20:37:56 +00:00
parent 740897a69e
commit 8e1a63dbc9

@ -2482,6 +2482,9 @@ protected:
} }
} }
} }
// keep the keys in ascending order
std::sort(fra.begin(), fra.end());
} }
void find_rotation_frames(Object *ob, std::vector<float> &fra, const char *prefix, int rotmode) void find_rotation_frames(Object *ob, std::vector<float> &fra, const char *prefix, int rotmode)