Corrected a typo
This commit is contained in:
parent
7a066cdd72
commit
1951324726
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ TimelineLayoutHelper::layout_headers_recursive(
|
||||||
// Do collapse animation as necessary
|
// Do collapse animation as necessary
|
||||||
if(is_track_animating)
|
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
|
// shown as expanded
|
||||||
const float a = timeline_track->get_expand_animation_state();
|
const float a = timeline_track->get_expand_animation_state();
|
||||||
child_branch_height *= a * a;
|
child_branch_height *= a * a;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue