COMPOSER: Don't complain about on-time animation ending.
This commit is contained in:
parent
9e127a1032
commit
ec77c2f6fd
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ void ComposerEngine::processAnimFrame() {
|
|||
Animation *anim = *i;
|
||||
|
||||
anim->seekToCurrPos();
|
||||
if (anim->_stream->pos() == anim->_stream->size()) {
|
||||
if ((anim->_state > 1) && (anim->_stream->pos() == anim->_stream->size())) {
|
||||
warning("anim with id %d ended too soon", anim->_id);
|
||||
anim->_state = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue