Corrected a typo

This commit is contained in:
Joel Holdsworth 2009-01-24 14:17:20 +00:00
parent 7a066cdd72
commit 1951324726

View file

@ -386,7 +386,7 @@ TimelineLayoutHelper::layout_headers_recursive(
// Do collapse animation as necessary
if(is_track_animating)
{
// Calculate the height of te area which will be
// Calculate the height of the area which will be
// shown as expanded
const float a = timeline_track->get_expand_animation_state();
child_branch_height *= a * a;