From Cedric Pinson, split timeline classes in differents files, cleanup and add a statshandler to visualize current action in timeline

This commit is contained in:
Cedric Pinson
2009-06-15 14:48:37 +00:00
parent b2943aa50a
commit c4c5ca7566
18 changed files with 2000 additions and 465 deletions

View File

@@ -131,7 +131,7 @@ bool Animation::update (float time)
// std::cout << "t " << t << " / " << _duration << std::endl;
ChannelList::const_iterator chan;
for( chan=_channels.begin(); chan!=_channels.end(); ++chan)
for( chan=_channels.begin(); chan!=_channels.end(); ++chan)
{
(*chan)->setWeight(_weight);
(*chan)->update(t);